summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-03-07 12:16:21 +0100
committeradisbladis <adisbladis@gmail.com>2022-05-05 08:22:28 +1200
commit8f6d13d081434f452cee22ec89a5080c9c5bd74c (patch)
tree407bcd84d54f7752586420a837028323b8838b8d
parentpython3Packages.hatchling: init at 0.18.0 (diff)
downloadnixpkgs-8f6d13d081434f452cee22ec89a5080c9c5bd74c.tar.gz
python3Packages.hatchling: 0.18.0 -> 0.20.0
(cherry picked from commit 16c45bb17361d82ac88346062f652c29c3c0d465)
-rw-r--r--pkgs/development/python-modules/hatchling/default.nix4
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 b656c64baf91..0b433083519b 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.18.0";
+ version = "0.20.0";
in
buildPythonPackage {
inherit pname version;
@@ -31,7 +31,7 @@ buildPythonPackage {
owner = "ofek";
repo = "hatch";
rev = "${pname}-v${version}";
- hash = "sha256-kCaEAM0cY1yQcuHfvnaLs3smN9MKATjrrQTXpCfGmWc=";
+ hash = "sha256-Sm3utqkuofVDn815HPj501KEuypnaYKm06ehsu+m3i4=";
};
prePatch = ''