python37Packages.httpsig: 1.2.0 -> 1.3.0 (#54724)

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-httpsig/versions
This commit is contained in:
R. RyanTM 2019-01-28 01:24:13 -08:00 committed by Robert Schütz
parent c0bb14fc4f
commit 8c2aaf37fd

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "httpsig";
version = "1.2.0";
version = "1.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "19ng7y7blp13z081z5a6dxng1p8xlih7g6frmsg3q5ri8lvpybc7";
sha256 = "1rkc3zwsq53rjsmc47335m4viljiwdbmw3y2zry4z70j8q1dbmki";
};
buildInputs = [ setuptools_scm ];