guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: markets: Update to 0.5.3.


From: guix-commits
Subject: 01/04: gnu: markets: Update to 0.5.3.
Date: Tue, 12 Oct 2021 11:13:25 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit c9c4bf8c84bfe813dafdc000fcc8cdea2774678c
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Oct 11 00:01:17 2021 +0000

    gnu: markets: Update to 0.5.3.
    
    * gnu/packages/gnome-xyz.scm (markets): Update to 0.5.3.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index d4a6772..208b560 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -849,7 +849,7 @@ variants.")
 (define-public markets
   (package
     (name "markets")
-    (version "0.5.2")
+    (version "0.5.3")
     (source
       (origin
         (method git-fetch)
@@ -859,7 +859,7 @@ variants.")
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "0nk1bs7i6b7r90g5qwd3s2m462vk3kvza0drq7rzb5sdaiz9ccnz"))))
+          "0sfdmz7cp8i2bymippp8jyxsidxjn69v9cqm40q77j81kfm84bfv"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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