Skip to content

Commit

Permalink
python312Packages.asyncstdlib: 3.12.4 -> 3.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2024
1 parent 8da188f commit a17f654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/asyncstdlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "asyncstdlib";
version = "3.12.4";
version = "3.12.5";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -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 ];
Expand Down

0 comments on commit a17f654

Please sign in to comment.