Commit 675795f4 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.xeddsa: 1.1.1 -> 1.2.0

parent e6bb8bae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "xeddsa";
  version = "1.1.1";
  version = "1.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Syndace";
    repo = "python-xeddsa";
    tag = "v${version}";
    hash = "sha256-5s6ERazWnwYEc0d5e+eSdvOCTklBQVrjzvlNifC2zKU=";
    hash = "sha256-FHZ9oo9Ps+98dWyPfu3RcmFqZ26zCmO3wNhw+hzuB+w=";
  };

  passthru.updateScript = nix-update-script { };