halftone: 0.5.0 -> 0.6.0

This commit is contained in:
Gabriel Arazas 2024-01-11 16:35:58 +08:00
parent 7370e0226d
commit 9e7bee8bb5
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "halftone";
version = "0.5.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "tfuxu";
repo = pname;
rev = version;
hash = "sha256-Yh3LxeO90N45LSefV1RZoO+8C0TUmFELzXaaQ1rCo2o=";
hash = "sha256-7fa6afrGt8SXli2KHzzRIqTBBaN3Hk0coYwxe66jLsg=";
};
format = "other";