monego pushed a commit to branch master
in repository guix.
commit 22f71351eaf4a4adfea89daa9b7b3bd474100947
Author: Vinicius Monego <[email protected]>
AuthorDate: Tue Jun 14 12:18:55 2022 -0300
gnu: markets: Update to 0.5.4.
* gnu/packages/gnome-xyz.scm (markets): Update to 0.5.4.
---
gnu/packages/gnome-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 465f81b78c..9e5d319291 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -10,7 +10,7 @@
;;; Copyright © 2020 Ryan Prior <[email protected]>
;;; Copyright © 2020 Ellis Kenyo <[email protected]>
;;; Copyright © 2020 Stefan Reichör <[email protected]>
-;;; Copyright © 2021 Vinicius Monego <[email protected]>
+;;; Copyright © 2021, 2022 Vinicius Monego <[email protected]>
;;; Copyright © 2021 Guillaume Le Vaillant <[email protected]>
;;; Copyright © 2021 Songlin Jiang <[email protected]>
;;; Copyright © 2021, 2022 Justin Veilleux <[email protected]>
@@ -1254,7 +1254,7 @@ extended file attributes. It also functions as a
standalone command.")
(define-public markets
(package
(name "markets")
- (version "0.5.3")
+ (version "0.5.4")
(source
(origin
(method git-fetch)
@@ -1264,7 +1264,7 @@ extended file attributes. It also functions as a
standalone command.")
(file-name (git-file-name name version))
(sha256
(base32
- "0sfdmz7cp8i2bymippp8jyxsidxjn69v9cqm40q77j81kfm84bfv"))))
+ "0ch6dfmdcpw32r23s58riv8agnyw0f1cqd1y6j7zkx5sb3zyn3zy"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t