python310Packages.amcrest: 1.9.4 -> 1.9.7
This commit is contained in:
parent
12769bc7e1
commit
e73e9e9420
1 changed files with 2 additions and 2 deletions
|
@ -14,14 +14,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "amcrest";
|
pname = "amcrest";
|
||||||
version = "1.9.4";
|
version = "1.9.7";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "tchellomello";
|
owner = "tchellomello";
|
||||||
repo = "python-amcrest";
|
repo = "python-amcrest";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-smwPKZLevolNvpkLxoFR3NGL9YFPlBk3WYQqJXBaS7s=";
|
sha256 = "sha256-An7MnGtZsmEZU/y6E0sivdexFD6HJRTB1juXqHfbDzE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue