diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2019-01-28 01:24:13 -0800 |
|---|---|---|
| committer | Robert Schütz <rschuetz17@gmail.com> | 2019-01-28 10:24:13 +0100 |
| commit | 8c2aaf37fde021717d7ca7b2ec651a628f9ae38b (patch) | |
| tree | a9155ea82d49cdfedc650150c8c379eb417dbe6c /pkgs/development/python-modules/httpsig/default.nix | |
| parent | c0bb14fc4fd1bf8138389fe9dd6ad25a1324e468 (diff) | |
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
Diffstat (limited to 'pkgs/development/python-modules/httpsig/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/httpsig/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/httpsig/default.nix b/pkgs/development/python-modules/httpsig/default.nix index cff72de36077..24ba9be13822 100644 --- a/pkgs/development/python-modules/httpsig/default.nix +++ b/pkgs/development/python-modules/httpsig/default.nix @@ -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 ]; |
