Merge pull request #309597 from r-ryantm/auto-update/halftone

halftone: 0.6.0 -> 0.6.1
This commit is contained in:
Weijia Wang 2024-05-12 21:35:51 +02:00 committed by GitHub
commit d1927a94db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";