halftone: 0.3.0 -> 0.3.1

This commit is contained in:
Gabriel Arazas 2023-07-01 20:29:14 +08:00
parent 99d4bf7bab
commit 7fdd8a19b5

View file

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "halftone";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "tfuxu";
repo = pname;
rev = version;
hash = "sha256-C/AzaKXZx/0mbrG5v2I5kKcw3N0gh/m/9zshbZfzECw=";
hash = "sha256-hUaI5omYUa5Fq95N0FqJJe+WVoRWkANy0/mmaURWIzg=";
};
format = "other";