[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/22: gnu: cozy: Update to 0.7.2.
From: |
guix-commits |
Subject: |
15/22: gnu: cozy: Update to 0.7.2. |
Date: |
Wed, 30 Sep 2020 18:25:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 902436a20957ac58e97fa11ff294f8163e2da00c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 30 15:23:29 2020 +0200
gnu: cozy: Update to 0.7.2.
* gnu/packages/ebook.scm (cozy): Update to 0.7.2.
[inputs]: Add python-packaging.
---
gnu/packages/ebook.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index 82342d6..1609a63 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
;;; Copyright © 2017, 2019, 2020 Brendan Tildesley <mail@brendan.scot>
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
;;;
@@ -415,7 +415,7 @@ following formats:
(define-public cozy
(package
(name "cozy")
- (version "0.7.1")
+ (version "0.7.2")
(source
(origin
(method git-fetch)
@@ -424,7 +424,7 @@ following formats:
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1ra3s3nh5vzs15zhwq61bx3k8yd8xzjmmvn3wamxb4bsb6kfb57f"))))
+ (base32 "0fmbddi4ga0bppwg3rm3yjmf7jgqc6zfslmavnr1pglbzkjhy9fs"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -481,6 +481,7 @@ following formats:
("python-distro" ,python-distro)
("python-gst" ,python-gst)
("python-mutagen" ,python-mutagen)
+ ("python-packaging" ,python-packaging)
("python-peewee" ,python-peewee)
("python-pycairo" ,python-pycairo)
("python-pygobject" ,python-pygobject)
- branch master updated (7607ace -> 5faca52), guix-commits, 2020/09/30
- 05/22: gnu: escpr: Mark up description., guix-commits, 2020/09/30
- 20/22: gnu: gnome-bluetooth: Update to 3.34.2., guix-commits, 2020/09/30
- 14/22: gnu: pcb-rnd: Update to 2.2.4., guix-commits, 2020/09/30
- 12/22: gnu: python-rq: Update to 1.5.2., guix-commits, 2020/09/30
- 15/22: gnu: cozy: Update to 0.7.2.,
guix-commits <=
- 03/22: gnu: nginx-xslscript: Move out of the way., guix-commits, 2020/09/30
- 19/22: gnu: srt: Update to 1.4.2., guix-commits, 2020/09/30
- 02/22: gnu: nginx-documentation: Update to 1.19.3-2603-94ebfbcd68bb., guix-commits, 2020/09/30
- 01/22: gnu: nginx: Update to 1.19.3., guix-commits, 2020/09/30
- 06/22: gnu: signify: Update to 30., guix-commits, 2020/09/30
- 10/22: gnu: stellarium: Update to 0.20.3., guix-commits, 2020/09/30
- 08/22: gnu: perl-dbd-sqlite: Update to 1.66., guix-commits, 2020/09/30
- 16/22: gnu: nml: Update to 0.5.3., guix-commits, 2020/09/30
- 04/22: gnu: php: Update to 7.4.11., guix-commits, 2020/09/30
- 07/22: gnu: perl-db-file: Update to 1.854., guix-commits, 2020/09/30