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

manuskript: 0.13.1 -> 0.14.0
This commit is contained in:
Jonas Heinrich 2022-09-04 23:27:34 +02:00 committed by GitHub
commit b7e050255f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
python3Packages.buildPythonApplication rec {
pname = "manuskript";
version = "0.13.1";
version = "0.14.0";
format = "other";
src = fetchFromGitHub {
repo = pname;
owner = "olivierkes";
rev = version;
hash = "sha256-TEmAamNdqBK7bu62tLtJl05wBI6hga84PQSrWiMPROY=";
rev = "refs/tags/${version}";
hash = "sha256-mWLkah4eO1i5sp79xGLCIkr26TpbXxuVxIJ6gudKGWI=";
};
nativeBuildInputs = [ wrapQtAppsHook ];