Unverified Commit fdfb55ad authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

manuskript: 0.16.1 -> 0.17.0 (#422861)

parents d5c77150 73d7f383
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

python3Packages.buildPythonApplication rec {
  pname = "manuskript";
  version = "0.16.1";
  version = "0.17.0";

  format = "other";

@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
    repo = pname;
    owner = "olivierkes";
    tag = version;
    hash = "sha256-/Ryvv5mHdZ3iwMpZjOa62h8D2B00pzknJ70DfjDTPPA=";
    hash = "sha256-jOhbN6lMx04q60S0VOABmSNE/x9Er9exFYvWJe2INlE=";
  };

  nativeBuildInputs = [ wrapQtAppsHook ];