about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-16 00:22:13 +0200
committerGitHub <noreply@github.com>2022-10-16 00:22:13 +0200
commit5715dc03043ad92a0708f2295f418691563e62c4 (patch)
tree259b6e8a726cec931decd775d68157b05308abc4
parent2a1f3f356208d5689138cbf05195a8cef14c1312 (diff)
parentdc8e74d91f9fe77871dc332bcdf04ca98a5f26f1 (diff)
Merge pull request #196179 from r-ryantm/auto-update/python310Packages.debian
-rw-r--r--pkgs/development/python-modules/debian/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/debian/default.nix b/pkgs/development/python-modules/debian/default.nix
index 9412e29fe5a77..ad5f56368f1f4 100644
--- a/pkgs/development/python-modules/debian/default.nix
+++ b/pkgs/development/python-modules/debian/default.nix
@@ -7,14 +7,14 @@
 
 buildPythonPackage rec {
   pname = "python-debian";
-  version = "0.1.47";
+  version = "0.1.48";
   format = "setuptools";
 
   disabled = pythonOlder "3.5";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-UeICgjd3o9cWqEO4pUD7oroL7Z9QeofAwPnu/N7DNCw=";
+    hash = "sha256-YtUFR9BqVjjOHF6A19cB3fFpY7QHr89b3IPH3k25T3w=";
   };
 
   propagatedBuildInputs = [