summary refs log tree commit diff
path: root/pkgs/development/python-modules/channels
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-21 07:37:16 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:39 +0200
commitf65570396ad7f085973c5a417e534e38481909c1 (patch)
tree1f8032b026fbb2e54da2967cd9b707fdd2cd5f66 /pkgs/development/python-modules/channels
parent77de056693a342f3d1f6fde733210feae68a5cc0 (diff)
downloadnixpkgs-f65570396ad7f085973c5a417e534e38481909c1.tar
nixpkgs-f65570396ad7f085973c5a417e534e38481909c1.tar.gz
nixpkgs-f65570396ad7f085973c5a417e534e38481909c1.tar.bz2
nixpkgs-f65570396ad7f085973c5a417e534e38481909c1.tar.lz
nixpkgs-f65570396ad7f085973c5a417e534e38481909c1.tar.xz
nixpkgs-f65570396ad7f085973c5a417e534e38481909c1.tar.zst
nixpkgs-f65570396ad7f085973c5a417e534e38481909c1.zip
python: channels: 2.1.1 -> 2.1.2
Diffstat (limited to 'pkgs/development/python-modules/channels')
-rw-r--r--pkgs/development/python-modules/channels/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/channels/default.nix b/pkgs/development/python-modules/channels/default.nix
index f5982131d0e..454a4f5f6ac 100644
--- a/pkgs/development/python-modules/channels/default.nix
+++ b/pkgs/development/python-modules/channels/default.nix
@@ -4,11 +4,11 @@
 buildPythonPackage rec {
   pname = "channels";
   name = "${pname}-${version}";
-  version = "2.1.1";
+  version = "2.1.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a3a454d6efe5b724e7c73b4d73ef743802dd011729b831e4afa867126f864299";
+    sha256 = "173441ccf2ac3a93c3b4f86135db301cbe95be58f5815c1e071f2e7154c192a2";
   };
 
   # Files are missing in the distribution