python3Packages.amcrest: 1.8.1 -> 1.9.2

authored by Fabian Affolter and committed by Jonathan Ringer 5a8d17ad 76606b4f

+4 -2
+4 -2
pkgs/development/python-modules/amcrest/default.nix
··· 3 3 , buildPythonPackage 4 4 , fetchFromGitHub 5 5 , mock 6 + , httpx 6 7 , pytestCheckHook 7 8 , pythonOlder 8 9 , requests ··· 13 14 14 15 buildPythonPackage rec { 15 16 pname = "amcrest"; 16 - version = "1.8.1"; 17 + version = "1.9.2"; 17 18 disabled = pythonOlder "3.6"; 18 19 19 20 src = fetchFromGitHub { 20 21 owner = "tchellomello"; 21 22 repo = "python-amcrest"; 22 23 rev = version; 23 - sha256 = "sha256-a23AjLRNghu5CT3GHvnti0BHnku9CxLP1EkE0GrwB3w="; 24 + sha256 = "sha256-xBrXe3BUvLfSk7zBHVJLh/K3lGVkFKOCq0RNAOb9GqI="; 24 25 }; 25 26 26 27 propagatedBuildInputs = [ 27 28 argcomplete 29 + httpx 28 30 requests 29 31 urllib3 30 32 typing-extensions