python311Packages.amcrest: 1.9.7 -> 1.9.8

Diff: https://github.com/tchellomello/python-amcrest/compare/1.9.7...1.9.8
This commit is contained in:
Fabian Affolter 2023-09-13 22:49:50 +02:00
parent e11c750b42
commit 99687e1a71

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "amcrest";
version = "1.9.7";
version = "1.9.8";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "tchellomello";
repo = "python-amcrest";
rev = version;
hash = "sha256-An7MnGtZsmEZU/y6E0sivdexFD6HJRTB1juXqHfbDzE=";
hash = "sha256-v0jWEZo06vltEq//suGrvJ/AeeDxUG5CCFhbf03q34w=";
};
propagatedBuildInputs = [