From e2d4d0a3b579c5668ba32ce40c924743953c3db3 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Sat, 25 Aug 2018 07:43:49 +0200 Subject: [PATCH] python: channels: 2.1.2 -> 2.1.3 --- 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 c63fe87dedc..cdcfc72000d 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.2"; + version = "2.1.3"; src = fetchPypi { inherit pname version; - sha256 = "173441ccf2ac3a93c3b4f86135db301cbe95be58f5815c1e071f2e7154c192a2"; + sha256 = "8d503d18b92cef488ba68808a2205e055d29a6a1abae92d277f8f7a9c8752f13"; }; # Files are missing in the distribution