Unverified Commit 7cc29e63 authored by Arnout Engelen's avatar Arnout Engelen Committed by GitHub
Browse files

inkcut: 2.1.6 -> 2.1.7 (#455925)

parents 8d367039 7b74d9b4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "inkcut";
  version = "2.1.6";
  version = "2.1.7";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "inkcut";
    repo = "inkcut";
    tag = "v${version}";
    hash = "sha256-qfgzJTFr4VTV/x4PVnUKJzIndfjXB8z2jTWLXvadBuY=";
    hash = "sha256-inB3yR4ykepN5rYzyPlXW/J/HuSxGs6EDhshpa7n7o8=";
  };

  postPatch = ''