diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2022-04-29 06:01:07 +0000 |
|---|---|---|
| committer | adisbladis <adisbladis@gmail.com> | 2022-05-05 08:22:39 +1200 |
| commit | 30d64714e0bf160f76aa1e46995631feca8a30d4 (patch) | |
| tree | bea67ee1620db073d946049e235bf2858b177ff7 | |
| parent | python310Packages.hatchling: 0.20.1 -> 0.22.0 (diff) | |
| download | nixpkgs-30d64714e0bf160f76aa1e46995631feca8a30d4.tar.gz | |
python310Packages.hatchling: 0.22.0 -> 0.24.0
(cherry picked from commit 235eee5537f37bbc721cd120b6c0fa66bfe763e4)
| -rw-r--r-- | pkgs/development/python-modules/hatchling/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hatchling/default.nix b/pkgs/development/python-modules/hatchling/default.nix index 045bbafd6360..1a95d20cff70 100644 --- a/pkgs/development/python-modules/hatchling/default.nix +++ b/pkgs/development/python-modules/hatchling/default.nix @@ -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 |
