halftone: 0.6.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2024-05-06 16:18:19 +00:00
parent 318a6a6b52
commit 21cbda5edd

View File

@ -15,13 +15,13 @@
python3Packages.buildPythonApplication rec {
pname = "halftone";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "tfuxu";
repo = pname;
rev = version;
hash = "sha256-7fa6afrGt8SXli2KHzzRIqTBBaN3Hk0coYwxe66jLsg=";
rev = "refs/tags/${version}";
hash = "sha256-o55eimlDy86mbwveARxVXauMQEneAchVi2RNaj6FYxs=";
};
format = "other";