forked from mirrors/nixpkgs
pythonPackages.ndg-httpsclient: 0.4.0 -> 0.4.2
This commit is contained in:
parent
7bb81a5a7b
commit
4bb27d8622
|
@ -8367,7 +8367,7 @@ in {
|
|||
};
|
||||
|
||||
ndg-httpsclient = buildPythonPackage rec {
|
||||
version = "0.4.0";
|
||||
version = "0.4.2";
|
||||
name = "ndg-httpsclient-${version}";
|
||||
|
||||
propagatedBuildInputs = with self; [ pyopenssl ];
|
||||
|
@ -8375,8 +8375,8 @@ in {
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "cedadev";
|
||||
repo = "ndg_httpsclient";
|
||||
rev = "v${version}";
|
||||
sha256 = "1prv4j3wcy9kl5ndd5by543xp4cji9k35qncsl995w6sway34s1a";
|
||||
rev = version;
|
||||
sha256 = "1kk4knv029j0cicfiv23c1rayc1n3f1j3rhl0527gxiv0qv4jw8h";
|
||||
};
|
||||
|
||||
# uses networking
|
||||
|
|
Loading…
Reference in a new issue