python312Packages.pudb: 2024.1.1 -> 2024.1.2

This commit is contained in:
R. Ryantm
2024-07-23 04:33:21 +00:00
parent 6f3bb7dca6
commit 73456cfdd2
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pudb";
version = "2024.1.1";
version = "2024.1.2";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-/19TleNqGaZfIvUi/WAn0no2q3g95FEbQckUhKthSXU=";
hash = "sha256-rcmwAEK6g2cRffCmwNxi+pYJq9IcO/jltz1iCQfFtD4=";
};
propagatedBuildInputs = [