Unverified Commit d69e3ad7 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

copyparty: 1.20.12 -> 1.20.13 (#504313)

parents cfb97132 42c93349
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;