python37Packages.httmock: 1.2.6 -> 1.3.0 (#55195)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-httmock/versions
This commit is contained in:
parent
5d3e350536
commit
012b43dfbb
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "httmock";
|
pname = "httmock";
|
||||||
version = "1.2.6";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "patrys";
|
owner = "patrys";
|
||||||
repo = "httmock";
|
repo = "httmock";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0iya8qsb2jm03s9p6sf1yzgm1irxl3dcq0k0a9ygl0skzjz5pvab";
|
sha256 = "1dy7pjq4gz476jcnbbpzk8w8qxr9l8wwgw9x2c7lf6fzsgnf404q";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ requests ];
|
checkInputs = [ requests ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user