summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ndg-httpsclient
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2019-09-16 23:21:15 +0200
committerGitHub <noreply@github.com>2019-09-16 23:21:15 +0200
commitffaf2661fb52e8176ecf5f82c0769322edc23218 (patch)
treef00e6394eaea03ad49b3dfda41f7aaf56ebd4f0a /pkgs/development/python-modules/ndg-httpsclient
parent4cab05598c731b718513ae4e0a73026c42063e8a (diff)
parentfd778c6b7a8c40bcce5ca0f5cdd31791554ef124 (diff)
Merge branch 'master' into os-prober-test
Diffstat (limited to 'pkgs/development/python-modules/ndg-httpsclient')
-rw-r--r--pkgs/development/python-modules/ndg-httpsclient/default.nix4
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