Merge pull request #107390 from fabaff/daphne

python3Packages.daphne: 2.5.0 -> 3.0.1
This commit is contained in:
Sandro 2020-12-22 20:09:41 +01:00 committed by GitHub
commit 5e577a5128
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
}:
buildPythonPackage rec {
pname = "daphne";
version = "2.5.0";
version = "3.0.1";
disabled = !isPy3k;
@ -12,7 +12,7 @@ buildPythonPackage rec {
owner = "django";
repo = pname;
rev = version;
sha256 = "0qkhmblj3a5s3z65cgz46xsvq1b6x4m3kr6aljjnxnv7hcwib02n";
sha256 = "1bkxhzvaqwz760c11nhaiwvsq1d1csmk5dz2a1j1ynypjprhvhsk";
};
nativeBuildInputs = [ pytestrunner ];