Merge pull request #173347 from r-ryantm/auto-update/python3.10-hatchling

python310Packages.hatchling: 0.24.0 -> 0.25.0
main
Fabian Affolter 2 years ago committed by GitHub
commit cc9317c349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/hatchling/default.nix

@ -21,7 +21,7 @@
let
pname = "hatchling";
version = "0.24.0";
version = "0.25.0";
in
buildPythonPackage {
inherit pname version;
@ -29,7 +29,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-zmdl9bW688tX0vgBlsUOIB43KMrNlTU/XJtPA9/fTrk=";
hash = "sha256-k/bjZvGaOjZshVr6w3Jb7XaC1dAOlIaraFQKCth2ZII=";
};
# listed in backend/src/hatchling/ouroboros.py

Loading…
Cancel
Save