halftone: 0.6.1 -> 0.7.0 (#410608)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:00:14 +00:00 committed by GitHub
commit 7ce2c77869
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,13 +16,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "halftone"; pname = "halftone";
version = "0.6.1"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tfuxu"; owner = "tfuxu";
repo = "halftone"; repo = "halftone";
tag = version; tag = version;
hash = "sha256-o55eimlDy86mbwveARxVXauMQEneAchVi2RNaj6FYxs="; hash = "sha256-UpYdOYQa98syDI353+c/JN9/68PraQ8bg05GES46C+A=";
}; };
format = "other"; format = "other";