Skip to content

Commit

Permalink
python3Packages.daphne: 2.5.0 -> 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 22, 2020
1 parent addcb4a commit 20a3b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/daphne/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
}:
buildPythonPackage rec {
pname = "daphne";
version = "2.5.0";
version = "3.0.1";

disabled = !isPy3k;

src = fetchFromGitHub {
owner = "django";
repo = pname;
rev = version;
sha256 = "0qkhmblj3a5s3z65cgz46xsvq1b6x4m3kr6aljjnxnv7hcwib02n";
sha256 = "1bkxhzvaqwz760c11nhaiwvsq1d1csmk5dz2a1j1ynypjprhvhsk";
};

nativeBuildInputs = [ pytestrunner ];
Expand Down

0 comments on commit 20a3b85

Please sign in to comment.