python37Packages.daphne: 2.2.4 -> 2.2.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-daphne/versions
This commit is contained in:
R. RyanTM 2019-02-04 10:00:07 -08:00 committed by Frederik Rietdijk
parent ce00827c5a
commit 2aefbe241f

View file

@ -4,7 +4,7 @@
}:
buildPythonPackage rec {
pname = "daphne";
version = "2.2.4";
version = "2.2.5";
disabled = !isPy3k;
@ -12,7 +12,7 @@ buildPythonPackage rec {
owner = "django";
repo = pname;
rev = version;
sha256 = "0mpn2xbpx2r67bj5crfvxfwlznxlp7rcfbb2xly6ad3d0c7djkdi";
sha256 = "0ixgq1rr3s60bmrwx8qwvlvs3lag1c2nrmg4iy7wcmb8i1ddylqr";
};
nativeBuildInputs = [ pytestrunner ];