Unverified Commit 9e7bee8b authored by Gabriel Arazas's avatar Gabriel Arazas
Browse files

halftone: 0.5.0 -> 0.6.0

parent 7370e022
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.5.0";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "tfuxu";
    repo = pname;
    rev = version;
    hash = "sha256-Yh3LxeO90N45LSefV1RZoO+8C0TUmFELzXaaQ1rCo2o=";
    hash = "sha256-7fa6afrGt8SXli2KHzzRIqTBBaN3Hk0coYwxe66jLsg=";
  };

  format = "other";