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>2024-04-18 21:47:46 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-04-22 13:59:46 +0200
commit09346ffb3f7499db83a6e46529afe565070456ad (patch)
treefb45cc5fcbc63f638c7d6b1843f2b9c5bbd8e63f /pkgs/development/python-modules/atpublic
parentfdb814f78ca5ea5eb831e19725ae31f4ca0845b1 (diff)
python3Packages.atpublic: 4.0 -> 4.1.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 41cbe28b8a268..616581ffc6f5e 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-backend
+, hatchling
 , sybil
 , typing-extensions
 }:
 
 buildPythonPackage rec {
   pname = "atpublic";
-  version = "4.0";
+  version = "4.1.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-D0BDMhnhJO3xFcbDY4CMpvDhz6fRYNhrL7lHkwhtEpQ=";
+    hash = "sha256-0cjNkxr3Rh9tGLxgYzg+hlTZ6e8Z1Y7m3AHoUVu/Vd8=";
   };
 
   nativeBuildInputs = [
-    pdm-backend
+    hatchling
   ];
 
   propagatedBuildInputs = lib.optionals (pythonOlder "3.8") [