Merge pull request #137272 from fabaff/bump-amcrest

python3Packages.amcrest: 1.8.0 -> 1.8.1
This commit is contained in:
Fabian Affolter 2021-09-11 08:47:35 +02:00 committed by GitHub
commit 3644e0d989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "amcrest";
version = "1.8.0";
version = "1.8.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "tchellomello";
repo = "python-amcrest";
rev = version;
sha256 = "180c0g840vh8dg4f08j0r29pdnhisav93d3axfvicd8fsb2cn36g";
sha256 = "sha256-a23AjLRNghu5CT3GHvnti0BHnku9CxLP1EkE0GrwB3w=";
};
propagatedBuildInputs = [