python3Packages.pudb: 2024.1.3 -> 2025.1 (#406347)

This commit is contained in:
Weijia Wang
2025-06-28 22:30:06 +02:00
committed by GitHub
@@ -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 ];