diff options
| author | Robin Gloster <mail@glob.in> | 2019-08-25 18:55:46 +0200 |
|---|---|---|
| committer | Robin Gloster <mail@glob.in> | 2019-08-25 18:55:46 +0200 |
| commit | 616b8343c4c384f651f51d8c9b8e96239e1113d0 (patch) | |
| tree | c6894ea5e950e373bcf8c8e8948fb2a7d4716565 /pkgs/development/python-modules/ndg-httpsclient | |
| parent | 45d6ccea3357c65135b985f2eebf88020ca6461e (diff) | |
| parent | 48191315aa2e34643203dbfc5ae8bd84c1cafe54 (diff) | |
Merge remote-tracking branch 'upstream/master' into gcc-8
Diffstat (limited to 'pkgs/development/python-modules/ndg-httpsclient')
| -rw-r--r-- | pkgs/development/python-modules/ndg-httpsclient/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ndg-httpsclient/default.nix b/pkgs/development/python-modules/ndg-httpsclient/default.nix index 780f2c330860..d9c7e41c576f 100644 --- a/pkgs/development/python-modules/ndg-httpsclient/default.nix +++ b/pkgs/development/python-modules/ndg-httpsclient/default.nix @@ -5,7 +5,7 @@ }: buildPythonPackage rec { - version = "0.4.2"; + version = "0.5.1"; pname = "ndg-httpsclient"; propagatedBuildInputs = [ pyopenssl ]; @@ -14,7 +14,7 @@ buildPythonPackage rec { owner = "cedadev"; repo = "ndg_httpsclient"; rev = version; - sha256 = "1kk4knv029j0cicfiv23c1rayc1n3f1j3rhl0527gxiv0qv4jw8h"; + sha256 = "0lhsgs4am4xyjssng5p0vkfwqncczj1dpa0vss4lrhzq86mnn5rz"; }; # uses networking |
