about summary refs log tree commit diff
path: root/pkgs/development/python-modules/atpublic
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:05:48 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:49 +0200
commit4f0073c770104d5453e4356eef02c682e46e03d7 (patch)
treeeeda2703af023e98a661aea4bc3414a88300c344 /pkgs/development/python-modules/atpublic
parentc99ccbfe741132ddc466299e81ae5c8b204f8b38 (diff)
python3Packages.atpublic: 3.1.1 -> 4.0
Diffstat (limited to 'pkgs/development/python-modules/atpublic')
-rw-r--r--pkgs/development/python-modules/atpublic/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/atpublic/default.nix b/pkgs/development/python-modules/atpublic/default.nix
index d856aa544cb17..20fc37d459991 100644
--- a/pkgs/development/python-modules/atpublic/default.nix
+++ b/pkgs/development/python-modules/atpublic/default.nix
@@ -3,25 +3,25 @@
 , fetchPypi
 , pytestCheckHook
 , pythonOlder
-, pdm-pep517
+, pdm-backend
 , sybil
 , typing-extensions
 }:
 
 buildPythonPackage rec {
   pname = "atpublic";
-  version = "3.1.1";
+  version = "4.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-MJjuEtAQfMUAnWH06A5e3PrEzaK9qgRkSvdYJ8sSGxg=";
+    hash = "sha256-D0BDMhnhJO3xFcbDY4CMpvDhz6fRYNhrL7lHkwhtEpQ=";
   };
 
   nativeBuildInputs = [
-    pdm-pep517
+    pdm-backend
   ];
 
   propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [