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:
R. RyanTM 2018-12-14 06:11:09 -08:00
parent e0950ae9ad
commit 567910d3e3

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "pywal";
version = "3.1.0";
version = "3.2.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1i4i9jjnm4f0zhz4nqbb4253517w33bsh5f246n5930hwrr9xn76";
sha256 = "1pj30h19ijwhmbm941yzbkgr19q06dhp9492h9nrqw1wfjfdbdic";
};
# necessary for imagemagick to be found during tests