about summary refs log tree commit diff
path: root/pkgs/development/python-modules/channels
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-14 08:37:13 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-17 14:40:17 +0100
commit3ca427d737ba8b44f21e8b0feb62699f8fbe47b8 (patch)
treea04550f3b10fd21ef230eb332aa5484d050b6ba2 /pkgs/development/python-modules/channels
parent6baab451c35e2b85aded74e7783433ac78b4f905 (diff)
downloadnixlib-3ca427d737ba8b44f21e8b0feb62699f8fbe47b8.tar
nixlib-3ca427d737ba8b44f21e8b0feb62699f8fbe47b8.tar.gz
nixlib-3ca427d737ba8b44f21e8b0feb62699f8fbe47b8.tar.bz2
nixlib-3ca427d737ba8b44f21e8b0feb62699f8fbe47b8.tar.lz
nixlib-3ca427d737ba8b44f21e8b0feb62699f8fbe47b8.tar.xz
nixlib-3ca427d737ba8b44f21e8b0feb62699f8fbe47b8.tar.zst
nixlib-3ca427d737ba8b44f21e8b0feb62699f8fbe47b8.zip
python: channels: 2.1.6 -> 2.1.7
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 6719c6669029..ef8456d376c6 100644
--- a/pkgs/development/python-modules/channels/default.nix
+++ b/pkgs/development/python-modules/channels/default.nix
@@ -3,11 +3,11 @@
 }:
 buildPythonPackage rec {
   pname = "channels";
-  version = "2.1.6";
+  version = "2.1.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "15qmwkpmia9y32amg7dqx3ph81b6m3fa0pawhq8gshvdfjdvhfjd";
+    sha256 = "e13ba874d854ac493ece329dcd9947e82357c15437ac1a90ed1040d0e5b87aad";
   };
 
   # Files are missing in the distribution