Skip to content

Commit 40e1f52

Browse files
pywal16: 3.8.2 -> 3.8.3 (NixOS#390917)
Co-authored-by: Moraxyc <[email protected]>
2 parents 920756a + d10303f commit 40e1f52

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.2";
12+
version = "3.8.3";
1313
pyproject = true;
1414

1515
src = fetchFromGitHub {
1616
owner = "eylles";
1717
repo = "pywal16";
1818
tag = version;
19-
hash = "sha256-3GowgiLZpQmAaR903sg+4MmzBkj5mS+D3556F6lxxfw=";
19+
hash = "sha256-yF90HkRg44pPRO/7Gj5BEgj44Qgs4OIM+GR7inJVKMI=";
2020
};
2121

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

0 commit comments

Comments
 (0)