mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cozy: Update to 1.2.1.
* gnu/packages/ebook.scm (cozy): Update to 1.2.1.
This commit is contained in:
parent
6defe340ab
commit
50fd598729
1 changed files with 2 additions and 2 deletions
|
@ -518,7 +518,7 @@ (define-public fbreader
|
|||
(define-public cozy
|
||||
(package
|
||||
(name "cozy")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -527,7 +527,7 @@ (define-public cozy
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0igqf9b77i13sxlk4ziw549h379hmz1slrb3vvf8irk94gxabsaw"))))
|
||||
(base32 "0qky885fl63d5ih5d3rggm8rhp00sk6lny26qljyz3gga8n9y6ki"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
|
Loading…
Reference in a new issue