From f65570396ad7f085973c5a417e534e38481909c1 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Thu, 21 Jun 2018 07:37:16 +0200 Subject: [PATCH] python: channels: 2.1.1 -> 2.1.2 --- pkgs/development/python-modules/channels/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/channels/default.nix b/pkgs/development/python-modules/channels/default.nix index f5982131d0e0..454a4f5f6ac7 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