From 8c565143029f9cfdbd8dc08d408f941c3165b931 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Thu, 1 May 2025 16:52:46 -0400 Subject: [PATCH] python312Packages.python-debian: 0.1.52 -> 1.0.1 Diff: https://salsa.debian.org/python-debian-team/python-debian/-/compare/refs/tags/0.1.52...1.0.1 Changelog: https://salsa.debian.org/python-debian-team/python-debian/-/blob/master/debian/changelog --- pkgs/development/python-modules/python-debian/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-debian/default.nix b/pkgs/development/python-modules/python-debian/default.nix index c94707bc8a9b..0f638282e50f 100644 --- a/pkgs/development/python-modules/python-debian/default.nix +++ b/pkgs/development/python-modules/python-debian/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "python-debian"; - version = "0.1.52"; + version = "1.0.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "python-debian-team"; repo = "python-debian"; tag = version; - hash = "sha256-+c+AiUCnpasOLbY6K4cuKUb6Ojwn0py78fL5W24WRwU="; + hash = "sha256-lSKtlBqAa8cJZZHMVb90eYIGem4DwVZLldaYSAJBNek="; }; build-system = [