mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.daphne: 4.2.1 -> 4.2.2
Diff: https://github.com/django/daphne/compare/4.2.1...4.2.2 Changelog: https://github.com/django/daphne/blob/4.2.2/CHANGELOG.txt
This commit is contained in:
parent
92ab8b7eaa
commit
b5ea3e78d1
1 changed files with 2 additions and 2 deletions
|
|
@ -15,14 +15,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "daphne";
|
||||
version = "4.2.1";
|
||||
version = "4.2.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "django";
|
||||
repo = "daphne";
|
||||
tag = version;
|
||||
hash = "sha256-MPlvXcg7bBF1yaphjjMtnGsGpp6ca5GsgmXONw/V9Do=";
|
||||
hash = "sha256-i0BwZCpMZW6WXK94FSvlEheXHUzXviCBEew6AbkLkpk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue