guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: sugar-datastore: Update to 0.121.


From: guix-commits
Subject: 02/11: gnu: sugar-datastore: Update to 0.121.
Date: Tue, 13 Feb 2024 09:05:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 71ed457c6f1e7d10f30bd5461adc63ad0e6e0ee1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 13 10:05:38 2024 +0100

    gnu: sugar-datastore: Update to 0.121.
    
    * gnu/packages/sugar.scm (sugar-datastore): Update to 0.121.
    [native-inputs]: Replace autoconf with autoconf-2.71
    
    Change-Id: Iff5b03b5cf85093f7a1f8ba8a635d6b6551bfdbb
---
 gnu/packages/sugar.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index 32592e9454..720e812838 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -236,7 +236,7 @@ activities and other Sugar components.")
 (define-public sugar-datastore
   (package
     (name "sugar-datastore")
-    (version "0.120")
+    (version "0.121")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -245,7 +245,7 @@ activities and other Sugar components.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wf33w6dm26i8a1zpb40339fj3l9vxjznagls9bc845nld318sqc"))))
+                "01mp0vyg9d6ig29p484prqlgqpa7a3pai8ki37dyk682gr0fhljb"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list
@@ -293,7 +293,8 @@ activities and other Sugar components.")
            python-pygobject
            python-xapian-bindings))
     (native-inputs
-     (list autoconf automake
+     (list autoconf-2.71
+           automake
            libtool
            pkg-config))
     (home-page "https://www.sugarlabs.org/";)



reply via email to

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