Unverified Commit 8642a310 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

halftone: 0.7.0 -> 0.7.2 (#446646)

parents 446f2bbc 11b99857
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

python3Packages.buildPythonApplication rec {
  pname = "halftone";
  version = "0.7.0";
  version = "0.7.2";

  src = fetchFromGitHub {
    owner = "tfuxu";
    repo = "halftone";
    tag = version;
    hash = "sha256-UpYdOYQa98syDI353+c/JN9/68PraQ8bg05GES46C+A=";
    hash = "sha256-5hT6ulmUlOrFVL4nV0tfvgkKdYGusp+1rBINQy3ZvpI=";
  };

  format = "other";