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

This commit is contained in:
Martin Weinelt 2022-04-29 16:47:00 +02:00 committed by GitHub
commit 63afb276b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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