python3Packages.amcrest: 1.8.0 -> 1.8.1

This commit is contained in:
Fabian Affolter 2021-09-10 14:49:09 +02:00
parent c678e050c1
commit d2b6db7133

View File

@ -13,14 +13,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "amcrest"; pname = "amcrest";
version = "1.8.0"; version = "1.8.1";
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 = "180c0g840vh8dg4f08j0r29pdnhisav93d3axfvicd8fsb2cn36g"; sha256 = "sha256-a23AjLRNghu5CT3GHvnti0BHnku9CxLP1EkE0GrwB3w=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [