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