mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
pywal: 3.1.0 -> 3.2.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/pywal/versions
This commit is contained in:
parent
e0950ae9ad
commit
567910d3e3
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "pywal";
|
pname = "pywal";
|
||||||
version = "3.1.0";
|
version = "3.2.1";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1i4i9jjnm4f0zhz4nqbb4253517w33bsh5f246n5930hwrr9xn76";
|
sha256 = "1pj30h19ijwhmbm941yzbkgr19q06dhp9492h9nrqw1wfjfdbdic";
|
||||||
};
|
};
|
||||||
|
|
||||||
# necessary for imagemagick to be found during tests
|
# necessary for imagemagick to be found during tests
|
||||||
|
|
Loading…
Reference in a new issue