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:
R. RyanTM 2019-02-09 03:39:55 -08:00 committed by Robert Schütz
parent 5d3e350536
commit 012b43dfbb

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "httmock";
version = "1.2.6";
version = "1.3.0";
src = fetchFromGitHub {
owner = "patrys";
repo = "httmock";
rev = version;
sha256 = "0iya8qsb2jm03s9p6sf1yzgm1irxl3dcq0k0a9ygl0skzjz5pvab";
sha256 = "1dy7pjq4gz476jcnbbpzk8w8qxr9l8wwgw9x2c7lf6fzsgnf404q";
};
checkInputs = [ requests ];