guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/06: gnu: cozy: Update to 1.2.1.


From: guix-commits
Subject: 06/06: gnu: cozy: Update to 1.2.1.
Date: Sun, 21 Aug 2022 15:00:30 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 50fd5987298b9deb507f5beba7c6dcf396e58673
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Aug 21 11:15:32 2022 -0300

    gnu: cozy: Update to 1.2.1.
    
    * gnu/packages/ebook.scm (cozy): Update to 1.2.1.
---
 gnu/packages/ebook.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index ccc0bdf88d..c3a27cb113 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -518,7 +518,7 @@ following formats:
 (define-public cozy
   (package
     (name "cozy")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -527,7 +527,7 @@ following formats:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0igqf9b77i13sxlk4ziw549h379hmz1slrb3vvf8irk94gxabsaw"))))
+        (base32 "0qky885fl63d5ih5d3rggm8rhp00sk6lny26qljyz3gga8n9y6ki"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]