mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
python310Packages.hatchling: 0.20.1 -> 0.22.0
This commit is contained in:
parent
d240ca09aa
commit
f7eb323b86
@ -21,7 +21,7 @@
|
||||
|
||||
let
|
||||
pname = "hatchling";
|
||||
version = "0.20.1";
|
||||
version = "0.22.0";
|
||||
in
|
||||
buildPythonPackage {
|
||||
inherit pname version;
|
||||
@ -29,7 +29,7 @@ buildPythonPackage {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-l1VRce5H3CSAwZBeuxRyy7bNpOM6zX5s2L1/DXPo/Bg=";
|
||||
hash = "sha256-BUJ24F4oON/9dWpnnDNM5nIOuh3yuwlvDnLA9uQAIXo=";
|
||||
};
|
||||
|
||||
# listed in backend/src/hatchling/ouroboros.py
|
||||
|
Loading…
Reference in New Issue
Block a user