Unverified Commit 2d23ded8 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

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

halftone: 0.2.1 -> 0.3.0
parents 7b4ba7d0 2ab7adb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

python3Packages.buildPythonApplication rec {
  pname = "halftone";
  version = "0.2.1";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "tfuxu";
    repo = pname;
    rev = version;
    hash = "sha256-EYxnGpVKPV3Xg6dH3m1aC3/pDigUxkNF7C8U16n8al8=";
    hash = "sha256-C/AzaKXZx/0mbrG5v2I5kKcw3N0gh/m/9zshbZfzECw=";
  };

  format = "other";