Skip to content

Commit 9792f74

Browse files
pywal16: 3.8.12 -> 3.8.13 (NixOS#470913)
2 parents 492fdea + 797ee40 commit 9792f74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/py/pywal16/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99

1010
python3.pkgs.buildPythonApplication rec {
1111
pname = "pywal16";
12-
version = "3.8.12";
12+
version = "3.8.13";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "eylles";
1717
repo = "pywal16";
1818
tag = version;
19-
hash = "sha256-5m7VXpiKkdGCKv+UzBZ91sVRbpveRr7YlPPXwrIP3bM=";
19+
hash = "sha256-BKLvEmasMTcuH5olgZHzFN3DZT4lXD1FNBU8l8QGQAM=";
2020
};
2121

2222
build-system = [ python3.pkgs.setuptools ];

0 commit comments

Comments
 (0)