diff options
author | Vinicius Monego <monego@posteo.net> | 2022-08-21 11:15:32 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-08-21 15:55:46 -0300 |
commit | 50fd5987298b9deb507f5beba7c6dcf396e58673 (patch) | |
tree | cea7203735254881b1d855dbed3ae18abfc6ad8f | |
parent | 6defe340ab018779cd1ded2dc221ae1feec9243c (diff) | |
download | guix-50fd5987298b9deb507f5beba7c6dcf396e58673.tar.gz |
gnu: cozy: Update to 1.2.1.
* gnu/packages/ebook.scm (cozy): Update to 1.2.1.
-rw-r--r-- | gnu/packages/ebook.scm | 4 |
1 files 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 |