copyparty: 1.19.23 -> 1.20.1 (#477336)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-13 04:53:45 +00:00
committed by GitHub
+2 -2
View File
@@ -71,11 +71,11 @@ in
python3Packages.buildPythonApplication rec {
pname = "copyparty${nameSuffix}";
version = "1.19.23";
version = "1.20.1";
src = fetchurl {
url = "https://github.com/9001/copyparty/releases/download/v${version}/copyparty-${version}.tar.gz";
hash = "sha256-LQxdEmyi9LeMQK5NA8rBkVJtmOUHL0rOEhYB0q9A488=";
hash = "sha256-T1E8qePRwRp7tOGoqSXdokSblWXpH273y+EDZ/pOKTU=";
};
pyproject = true;