guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: markets: Update to 0.5.4.


From: guix-commits
Subject: 04/13: gnu: markets: Update to 0.5.4.
Date: Sat, 18 Jun 2022 12:20:35 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit 22f71351eaf4a4adfea89daa9b7b3bd474100947
Author: Vinicius Monego <monego@posteo.net>
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 <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



reply via email to

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