python3Packages.nassl: 4.0.0 -> 4.0.1
This commit is contained in:
parent
164173d0fc
commit
11a2832dc5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue