me
/
guix
Archived
1
0
Fork 0

gnu: manuskript: Update to 0.12.0.

* gnu/packages/text-editors.scm (manuskript): Update to 0.12.0.
master
Nicolas Goaziou 2021-05-07 16:45:32 +02:00
parent f103cf276d
commit d29c769bcc
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -657,7 +657,7 @@ environment with Markdown markup.")
(define-public manuskript (define-public manuskript
(package (package
(name "manuskript") (name "manuskript")
(version "0.11.0") (version "0.12.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -666,7 +666,7 @@ environment with Markdown markup.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1l6l9k6k69yv8xqpll0zv9cwdqqg4zvxy90l6sx5nv2yywh5crla")))) (base32 "0gfwwnpjslb0g8y3v9ha4sd8in6bpy6bhi4rn4hmfd2vmq2flpbd"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ;no test `(#:tests? #f ;no test