Merge pull request #273466 from foo-dogsquared/update-halftone

halftone: 0.3.1 -> 0.5.0
This commit is contained in:
Mario Rodas
2023-12-23 08:40:40 -05:00
committed by GitHub
@@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "halftone";
version = "0.3.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "tfuxu";
repo = pname;
rev = version;
hash = "sha256-hUaI5omYUa5Fq95N0FqJJe+WVoRWkANy0/mmaURWIzg=";
hash = "sha256-Yh3LxeO90N45LSefV1RZoO+8C0TUmFELzXaaQ1rCo2o=";
};
format = "other";