Skip to content

Commit d36e9bc

Browse files
pywal16: 3.8.4 -> 3.8.5 (#397351)
Co-authored-by: Moraxyc <[email protected]>
2 parents e45c59a + c093725 commit d36e9bc

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

1515
src = fetchFromGitHub {
1616
owner = "eylles";
1717
repo = "pywal16";
1818
tag = version;
19-
hash = "sha256-gdFHAvZD1jBc2ZA5NujRUN1nortlzAj3sLh9B+dMJlk=";
19+
hash = "sha256-At8WgobO65SfFAVh37MGe34C0zyg3m6iJ9hxPkUMITg=";
2020
};
2121

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

0 commit comments

Comments
 (0)