python311Packages.pyctr: 0.7.4 -> 0.7.5

This commit is contained in:
R. Ryantm 2024-03-01 09:38:04 +00:00
parent 09c1497ce5
commit 592d4ec463

View File

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyctr";
version = "0.7.4";
version = "0.7.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1nPP+rz/8BiFHu3nGcHuqCPwyyR55LUhoBprHFTudWQ=";
hash = "sha256-fiDJWcypFabnUoS313f56ypDuDrLASHrkk0Em8bymmw=";
};
propagatedBuildInputs = [