python310Packages.pyctr: 0.7.1 -> 0.7.3

This commit is contained in:
R. Ryantm
2024-01-03 18:54:53 +00:00
parent 97f2135e6a
commit 7a34d93acc
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pyctr";
version = "0.7.1";
version = "0.7.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-SnCps5nzrl+dkbloRbjhaOGDzKOsi8OHX2JXgoJ/XG0=";
hash = "sha256-lpW2pcT5oG7tBUXRj7cTD9hCx51hVhVODq9RxP9GKIg=";
};
propagatedBuildInputs = [