Commit 42c93349 authored by R. RyanTM's avatar R. RyanTM
Browse files

copyparty: 1.20.12 -> 1.20.13

parent 687fa200
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -71,11 +71,11 @@ in

python3Packages.buildPythonApplication rec {
  pname = "copyparty${nameSuffix}";
  version = "1.20.12";
  version = "1.20.13";

  src = fetchurl {
    url = "https://github.com/9001/copyparty/releases/download/v${version}/copyparty-${version}.tar.gz";
    hash = "sha256-OsuY6cV3JFUX25LndRnK6sij44LbyHBOxKhwHH1YunY=";
    hash = "sha256-sq+SUPfvl6XfJt9BLuCCxtK+DwzTHVebT7tqovPlwnE=";
  };

  pyproject = true;