Skip to content

Commit 00edd03

Browse files
committed
pywal16: 3.6.0 -> 3.7.1
1 parent 79a7ad1 commit 00edd03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "pywal16";
10-
version = "3.6.0";
10+
version = "3.7.1";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "eylles";
1515
repo = "pywal16";
1616
rev = "refs/tags/${version}";
17-
hash = "sha256-YKHOH1bEsZHTgYm8AYpfA6C8RtWxAqNQ+GHMcdaj/JU=";
17+
hash = "sha256-XDOmpeONPW6b1ZEGk272wwraTLR8PjjniIXm0M9BGU4=";
1818
};
1919

20-
nativeBuildInputs = [ python3.pkgs.setuptools ];
20+
build-system = [ python3.pkgs.setuptools ];
2121

2222
nativeCheckInputs = [
2323
python3.pkgs.pytestCheckHook

0 commit comments

Comments
 (0)