aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/channels
diff options
context:
space:
mode:
authorLancelot SIX <lsix+github@lancelotsix.com>2017-09-26 08:51:54 +0200
committerJörg Thalheim <Mic92@users.noreply.github.com>2017-09-26 07:51:54 +0100
commitf1a2b8627e82326293d725bbd6be29eaf2c6ed5e (patch)
treeba021dc920c67f03a366a77ffc5ac7b0ac6f6ef9 /pkgs/development/python-modules/channels
parentaea73202a43ee7c49f529fb84b5e686518a3b338 (diff)
pythonPackages.channels: 1.1.6 -> 1.1.8 (#29772)
Diffstat (limited to 'pkgs/development/python-modules/channels')
-rw-r--r--pkgs/development/python-modules/channels/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/channels/default.nix b/pkgs/development/python-modules/channels/default.nix
index 4dfe83f6758b..e5c92ffcde26 100644
--- a/pkgs/development/python-modules/channels/default.nix
+++ b/pkgs/development/python-modules/channels/default.nix
@@ -1,14 +1,14 @@
-{ stdenv, buildPythonPackage, fetchurl,
+{ stdenv, buildPythonPackage, fetchPypi,
asgiref, django, daphne
}:
buildPythonPackage rec {
pname = "channels";
name = "${pname}-${version}";
- version = "1.1.6";
+ version = "1.1.8";
- src = fetchurl {
- url = "mirror://pypi/c/channels/${name}.tar.gz";
- sha256 = "44ab9a1f610ecc9ac25d5f90e7a44f49b18de28a05a26fe34e935af257f1eefe";
+ src = fetchPypi {
+ inherit pname version;
+ sha256 = "0gsy3hwn1vd709jkw8ay44qrm6aw7qggr312z8xwzq0x4ihjda02";
};
# Files are missing in the distribution