summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2022-06-14 12:18:55 -0300
committerVinicius Monego <monego@posteo.net>2022-06-18 13:07:09 -0300
commit22f71351eaf4a4adfea89daa9b7b3bd474100947 (patch)
tree862b28699a459edd766d8dd8402ac07d255c43b1
parent321f445bd12f61d1b2a4cbd7b8b3d78e13125192 (diff)
downloadguix-patches-22f71351eaf4a4adfea89daa9b7b3bd474100947.tar
guix-patches-22f71351eaf4a4adfea89daa9b7b3bd474100947.tar.gz
gnu: markets: Update to 0.5.4.
* gnu/packages/gnome-xyz.scm (markets): Update to 0.5.4.
-rw-r--r--gnu/packages/gnome-xyz.scm6
1 files 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 <rprior@protonmail.com>
;;; Copyright © 2020 Ellis Kenyo <me@elken.dev>
;;; Copyright © 2020 Stefan Reichör <stefan@xsteve.at>
-;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2021, 2022 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2021 Songlin Jiang <hollowman@hollowman.ml>
;;; Copyright © 2021, 2022 Justin Veilleux <terramorpha@cock.li>
@@ -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