Skip to content

Commit 5b2e399

Browse files
copyparty: 1.19.21 -> 1.19.23 (#471842)
2 parents 7f26f2f + d8b2666 commit 5b2e399

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/co/copyparty/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ in
7171

7272
python3Packages.buildPythonApplication rec {
7373
pname = "copyparty${nameSuffix}";
74-
version = "1.19.21";
74+
version = "1.19.23";
7575

7676
src = fetchurl {
7777
url = "https://github.com/9001/copyparty/releases/download/v${version}/copyparty-${version}.tar.gz";
78-
hash = "sha256-RHI6gj8hjlKq7GB1aVlzp1uGY8kgLID9c/SOUsYazUI=";
78+
hash = "sha256-LQxdEmyi9LeMQK5NA8rBkVJtmOUHL0rOEhYB0q9A488=";
7979
};
8080

8181
pyproject = true;

0 commit comments

Comments
 (0)