about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-05 22:20:17 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-05-05 22:20:46 +0200
commit3dbf904108e30fa289a889d3c551e02942345d93 (patch)
treeb2bda9075ce4af927fe06020b1850b18f8bedf9f
parente6a3a956b90361eda775d49576015873d8145e2c (diff)
Revert "python312Packages.pyproject-hooks: 1.0.0 -> 1.1.0"
This reverts commit e6a3a956b90361eda775d49576015873d8145e2c.

Breaks the build of setuptools.
-rw-r--r--pkgs/development/python-modules/pyproject-hooks/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyproject-hooks/default.nix b/pkgs/development/python-modules/pyproject-hooks/default.nix
index 30c2a3dd92b30..3624b5f02edb2 100644
--- a/pkgs/development/python-modules/pyproject-hooks/default.nix
+++ b/pkgs/development/python-modules/pyproject-hooks/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "pyproject-hooks";
-  version = "1.1.0";
+  version = "1.0.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
   src = fetchPypi rec {
     pname = "pyproject_hooks";
     inherit version;
-    hash = "sha256-SzdzCDTtvWvTfybs5rRIAvscHuLs4OVN3/i/wG24aWU=";
+    hash = "sha256-8nGymLl/WVXVP7ErcsH7GUjCLBprcLMVxUztrKAmTvU=";
   };
 
   nativeBuildInputs = [