Commit 243fb2e8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent bcfea5a8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "unicrypto";
  version = "0.0.11";
  version = "0.0.12";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "skelsec";
    repo = "unicrypto";
    tag = version;
    hash = "sha256-quMh4yQSqbwZwWTJYxW/4F0k2c2nh82FEiNCSeQzhvo=";
    hash = "sha256-RYwovFMalBNDPDEVjQ/8/N7DkOMiyeEQ5ESdgCK8RW8=";
  };

  propagatedBuildInputs = [