python3Packages.pudb: 2025.1 -> 2025.1.1

This commit is contained in:
R. Ryantm
2025-09-25 13:16:44 +00:00
parent be304fffc1
commit 2624ca42e3
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pudb";
version = "2025.1";
version = "2025.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-pSiynGnOixgqM3hyxfBGBx9taNNBXG179TvSfCZPWNA=";
hash = "sha256-t8JFx1MceSZDYSYgqoErleyAoi/Q5nveTYRzRpLcS3I=";
};
build-system = [ hatchling ];