Merge pull request #144638 from veehaitch/zhf-nassl

python3Packages.nassl: 4.0.0 -> 4.0.1
This commit is contained in:
Thiago Kenji Okada 2021-11-04 16:11:33 -03:00 committed by GitHub
commit 831f9b6919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,14 +70,14 @@ let
in in
buildPythonPackage rec { buildPythonPackage rec {
pname = "nassl"; pname = "nassl";
version = "4.0.0"; version = "4.0.1";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nabla-c0d3"; owner = "nabla-c0d3";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-6lk2YfI9km10YbJAn38fvo9qa4iXcByL+udCsDe+kvU="; hash = "sha256-QzO7ABh2weBO6NVFIj7kZpS8ashbDGompuvdKteJeUc=";
}; };
postPatch = let postPatch = let