Merge pull request #52053 from r-ryantm/auto-update/pywal

pywal: 3.1.0 -> 3.2.1
This commit is contained in:
Renaud 2018-12-18 10:27:18 +01:00 committed by GitHub
commit 2db57d1e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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