summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2022-08-21 04:16:53 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2022-08-21 05:49:55 +0200
commit44b594e6192fdab87a3019818be797967fbe7950 (patch)
tree77d617fd93c999e5be743d52ee8c004b8d1081b7
parent2817fc3244259764f0cc204d6b88a36d51d88324 (diff)
downloadnixpkgs-44b594e6192fdab87a3019818be797967fbe7950.tar
nixpkgs-44b594e6192fdab87a3019818be797967fbe7950.tar.gz
nixpkgs-44b594e6192fdab87a3019818be797967fbe7950.tar.bz2
nixpkgs-44b594e6192fdab87a3019818be797967fbe7950.tar.lz
nixpkgs-44b594e6192fdab87a3019818be797967fbe7950.tar.xz
nixpkgs-44b594e6192fdab87a3019818be797967fbe7950.tar.zst
nixpkgs-44b594e6192fdab87a3019818be797967fbe7950.zip
python310Packages.hatchling: 1.6.0 -> 1.8.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 eedebeff310..636d46dfdd7 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.6.0";
+  version = "1.8.0";
 in
 buildPythonPackage {
   inherit pname version;
@@ -28,7 +28,7 @@ buildPythonPackage {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-vW6FBd5RGsQhf/UJJ/bRhFSUYI5AHmOmK4MMMfthNUQ=";
+    sha256 = "sha256-pPmC/coHF9jEa/57UBMC+QqvKlMChF1VC0nIc5aB/rI=";
   };
 
   # listed in backend/src/hatchling/ouroboros.py