manuskript: 0.14.0 -> 0.16.1

This commit is contained in:
R. Ryantm 2024-01-20 01:00:42 +00:00
parent 4e8cc56b97
commit 348fe2dccb

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "manuskript";
version = "0.14.0";
version = "0.16.1";
format = "other";
@ -10,7 +10,7 @@ python3Packages.buildPythonApplication rec {
repo = pname;
owner = "olivierkes";
rev = "refs/tags/${version}";
hash = "sha256-mWLkah4eO1i5sp79xGLCIkr26TpbXxuVxIJ6gudKGWI=";
hash = "sha256-/Ryvv5mHdZ3iwMpZjOa62h8D2B00pzknJ70DfjDTPPA=";
};
nativeBuildInputs = [ wrapQtAppsHook ];