summary refs log tree commit diff
path: root/pkgs/development/python-modules/channels
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-02-17 14:18:47 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-02-18 20:07:42 +0100
commit7b1456f38a2c659a4ecabaf77f74739f7ccd6a60 (patch)
treeaaa06db6a1ebc98d393f531f89127237e81c8370 /pkgs/development/python-modules/channels
parent7f28313c4243a5cbb064b69a29bb70f32c221516 (diff)
downloadnixpkgs-7b1456f38a2c659a4ecabaf77f74739f7ccd6a60.tar
nixpkgs-7b1456f38a2c659a4ecabaf77f74739f7ccd6a60.tar.gz
nixpkgs-7b1456f38a2c659a4ecabaf77f74739f7ccd6a60.tar.bz2
nixpkgs-7b1456f38a2c659a4ecabaf77f74739f7ccd6a60.tar.lz
nixpkgs-7b1456f38a2c659a4ecabaf77f74739f7ccd6a60.tar.xz
nixpkgs-7b1456f38a2c659a4ecabaf77f74739f7ccd6a60.tar.zst
nixpkgs-7b1456f38a2c659a4ecabaf77f74739f7ccd6a60.zip
python: channels: 2.0.0 -> 2.0.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 36191b95479..46692999a49 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.0.0";
+  version = "2.0.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c365492b90bd936c763e06cd76bda96cd3e70e5a5d2a196c25754e0c1d8da85a";
+    sha256 = "5d41e0f2aa40f9755f36c2c1dd83748b6793732190d577922e06294a3b37fd92";
   };
 
   # Files are missing in the distribution