0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

python: pyOpenSSL: 18.0.0 -> 19.0.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:26 +01:00
parent 027ea14294
commit f91bfaa049

View file

@ -48,11 +48,11 @@ in
buildPythonPackage rec {
pname = "pyOpenSSL";
version = "18.0.0";
version = "19.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "6488f1423b00f73b7ad5167885312bb0ce410d3312eb212393795b53c8caa580";
sha256 = "aeca66338f6de19d1aa46ed634c3b9ae519a64b458f8468aec688e7e3c20f200";
};
outputs = [ "out" "dev" ];