mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.asgiref: 3.11.0 -> 3.11.1
Release: https://github.com/django/asgiref/releases/tag/3.11.1
Diff: https://github.com/django/asgiref/compare/3.11.0...3.11.1
(cherry picked from commit e1696ec3f6)
This commit is contained in:
parent
40533c258c
commit
d16100069e
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
version = "3.11.0";
|
||||
version = "3.11.1";
|
||||
pname = "asgiref";
|
||||
pyproject = true;
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ buildPythonPackage (finalAttrs: {
|
|||
owner = "django";
|
||||
repo = "asgiref";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-2ZaUIWGF5cQVNj95b7WiKGsn2wYsoJmJ/CfPhIEZdjc=";
|
||||
hash = "sha256-Mhnaowgv5a+O2hN0ZSdtdhCBQx8HoKSwtRC3gHodgKY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue