[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: cozy: Update to 0.7.6.
From: |
guix-commits |
Subject: |
08/10: gnu: cozy: Update to 0.7.6. |
Date: |
Thu, 26 Nov 2020 14:44:53 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 39aa75baecafd350e76fe0146948942a183df4ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 17:53:36 2020 +0100
gnu: cozy: Update to 0.7.6.
* gnu/packages/ebook.scm (cozy): Update to 0.7.6.
[arguments]: Adjust 'patch-desktop-file phase.
[inputs]: Add libhandy. Remove python-apsw.
---
gnu/packages/ebook.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 1609a63..b7b2113 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -415,7 +415,7 @@ following formats:
(define-public cozy
(package
(name "cozy")
- (version "0.7.2")
+ (version "0.7.6")
(source
(origin
(method git-fetch)
@@ -424,7 +424,7 @@ following formats:
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0fmbddi4ga0bppwg3rm3yjmf7jgqc6zfslmavnr1pglbzkjhy9fs"))))
+ (base32 "1pg0djhg4p32vxfwf6bfals31zf93m56fx1x4q5jhhdwmll7xl6w"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -432,7 +432,7 @@ following formats:
(modify-phases %standard-phases
(add-after 'unpack 'patch-desktop-file
(lambda _
- (substitute* "data/com.github.geigi.cozy.desktop.in"
+ (substitute* "data/com.github.geigi.cozy.desktop"
(("Exec=com.github.geigi.cozy") "Exec=cozy"))
#t))
(add-after 'install 'patch-executable-name
@@ -477,7 +477,7 @@ following formats:
("gst-plugins-good" ,gst-plugins-good)
("gst-plugins-ugly" ,gst-plugins-ugly)
("gtk+" ,gtk+)
- ("python-apsw" ,python-apsw)
+ ("libhandy" ,libhandy)
("python-distro" ,python-distro)
("python-gst" ,python-gst)
("python-mutagen" ,python-mutagen)
- branch master updated (36f957d -> 7aaa6bb), guix-commits, 2020/11/26
- 01/10: gnu: udunits: Add a note on versioning., guix-commits, 2020/11/26
- 02/10: gnu: djvulibre: Update to 3.5.28., guix-commits, 2020/11/26
- 03/10: gnu: djvulibre: Remove bundled software., guix-commits, 2020/11/26
- 06/10: gnu: imapfilter: Cross-compile., guix-commits, 2020/11/26
- 05/10: gnu: imapfilter: Update to 2.7.4., guix-commits, 2020/11/26
- 09/10: gnu: hidapi: Update to 0.10.1., guix-commits, 2020/11/26
- 04/10: gnu: imapfilter: Fix input nativity., guix-commits, 2020/11/26
- 07/10: gnu: monero: Update to 0.17.1.5., guix-commits, 2020/11/26
- 08/10: gnu: cozy: Update to 0.7.6.,
guix-commits <=
- 10/10: gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-2.e9fbf5c., guix-commits, 2020/11/26