python3Packages.nassl: 4.0.0 -> 4.0.1

This commit is contained in:
Vincent Haupert 2021-11-04 18:19:25 +01:00
parent 164173d0fc
commit 11a2832dc5
No known key found for this signature in database
GPG key ID: A8B605E96F82B4E4

View file

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