mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: cozy: Update to 0.9.4.
* gnu/packages/ebook.scm (cozy): Update to 0.9.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
7fc5ca1d18
commit
d2a265b08e
1 changed files with 2 additions and 2 deletions
|
@ -474,7 +474,7 @@ (define-public fbreader
|
||||||
(define-public cozy
|
(define-public cozy
|
||||||
(package
|
(package
|
||||||
(name "cozy")
|
(name "cozy")
|
||||||
(version "0.7.8")
|
(version "0.9.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -483,7 +483,7 @@ (define-public cozy
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0z2wj9g32aa5g9pw81q49iv1smb6yvlv9zs0vrzbx6mw8cj3c5d2"))))
|
(base32 "182y6mkr39qgwk1n33nhfngqjyadrijiyfkzxydx9hfch302i8wz"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
|
Loading…
Reference in a new issue