mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: manuskript: Update to 0.12.0.
* gnu/packages/text-editors.scm (manuskript): Update to 0.12.0.
This commit is contained in:
parent
f103cf276d
commit
d29c769bcc
1 changed files with 2 additions and 2 deletions
|
@ -657,7 +657,7 @@ (define-public ghostwriter
|
|||
(define-public manuskript
|
||||
(package
|
||||
(name "manuskript")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -666,7 +666,7 @@ (define-public manuskript
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1l6l9k6k69yv8xqpll0zv9cwdqqg4zvxy90l6sx5nv2yywh5crla"))))
|
||||
(base32 "0gfwwnpjslb0g8y3v9ha4sd8in6bpy6bhi4rn4hmfd2vmq2flpbd"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test
|
||||
|
|
Loading…
Reference in a new issue