summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-14 23:36:09 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-18 23:57:43 +0200
commitc5c0c3f9ddf540c42d6be8cd489d939164deedd9 (patch)
treeae89515c7f3165a6c8d98e08f74acaa2eb947c62
parentec348571a416f2ed626a907729eb10168e14f9e8 (diff)
downloadnixpkgs-c5c0c3f9ddf540c42d6be8cd489d939164deedd9.tar
nixpkgs-c5c0c3f9ddf540c42d6be8cd489d939164deedd9.tar.gz
nixpkgs-c5c0c3f9ddf540c42d6be8cd489d939164deedd9.tar.bz2
nixpkgs-c5c0c3f9ddf540c42d6be8cd489d939164deedd9.tar.lz
nixpkgs-c5c0c3f9ddf540c42d6be8cd489d939164deedd9.tar.xz
nixpkgs-c5c0c3f9ddf540c42d6be8cd489d939164deedd9.tar.zst
nixpkgs-c5c0c3f9ddf540c42d6be8cd489d939164deedd9.zip
python3Packages.hatchling: 1.8.0 -> 1.9.0
-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 636d46dfdd7..6006c30219e 100644
--- a/pkgs/development/python-modules/hatchling/default.nix
+++ b/pkgs/development/python-modules/hatchling/default.nix
@@ -20,7 +20,7 @@
 
 let
   pname = "hatchling";
-  version = "1.8.0";
+  version = "1.9.0";
 in
 buildPythonPackage {
   inherit pname version;
@@ -28,7 +28,7 @@ buildPythonPackage {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-pPmC/coHF9jEa/57UBMC+QqvKlMChF1VC0nIc5aB/rI=";
+    sha256 = "sha256-tXxzYvQ3uUJuS5QiiiHSrFgE+7KrywGt3iVEo1uzA80=";
   };
 
   # listed in backend/src/hatchling/ouroboros.py