mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 13:13:09 +00:00
Merge pull request #337362 from r-ryantm/auto-update/python312Packages.asyncstdlib
python312Packages.asyncstdlib: 3.12.4 -> 3.12.5
This commit is contained in:
commit
90c8ef1dfe
@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asyncstdlib";
|
||||
version = "3.12.4";
|
||||
version = "3.12.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "maxfischer2781";
|
||||
repo = "asyncstdlib";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-5xbz56/s448PIOZ4DN6NFcYYWXaebaZA3ApGAIMZXH4=";
|
||||
hash = "sha256-RQoq+Okzan4/Q51mlL1EPyZuBSr3+xGWEPSAnZYJGyA=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
Loading…
Reference in New Issue
Block a user