Merge pull request #282187 from r-ryantm/auto-update/manuskript

manuskript: 0.14.0 -> 0.16.1
This commit is contained in:
Weijia Wang 2024-02-04 23:04:54 +01:00 committed by GitHub
commit 1c38e7bc14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];