python3Packages.pudb: 2024.1.3 -> 2025.1

This commit is contained in:
R. Ryantm
2025-05-12 04:07:49 +00:00
parent e09a2cada9
commit 2e0dc8b95a
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pudb";
version = "2024.1.3";
version = "2025.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-Jk8jngU45S6D09AgFDEAsxccrhcidnS7G5+LB180hJw=";
hash = "sha256-pSiynGnOixgqM3hyxfBGBx9taNNBXG179TvSfCZPWNA=";
};
build-system = [ hatchling ];