[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/11: gnu: sugar-toolkit-gtk3: Update to 0.121.
From: |
guix-commits |
Subject: |
03/11: gnu: sugar-toolkit-gtk3: 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 ffca429baa30ad0fb9db3e2db956cc8a8dbf4887
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Feb 13 10:06:04 2024 +0100
gnu: sugar-toolkit-gtk3: Update to 0.121.
* gnu/packages/sugar.scm (sugar-toolkit-gtk3): Update to 0.121.
[native-inputs]: Replace autoconf with autoconf-2.71.
[propagated-inputs]: Replace webkitgtk-with-libsoup2 with
webkitgtk-for-gtk3.
Change-Id: Ie1e1b4acb6486c3856143a22cb7aa568b18ed539
---
gnu/packages/sugar.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/sugar.scm b/gnu/packages/sugar.scm
index 720e812838..a1fb76c82b 100644
--- a/gnu/packages/sugar.scm
+++ b/gnu/packages/sugar.scm
@@ -306,7 +306,7 @@ and metadata, and the journal with querying and full text
search.")
(define-public sugar-toolkit-gtk3
(package
(name "sugar-toolkit-gtk3")
- (version "0.120")
+ (version "0.121")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -315,7 +315,7 @@ and metadata, and the journal with querying and full text
search.")
(file-name (git-file-name name version))
(sha256
(base32
- "1wqanc38zplyiq1vxda4bj1n0xd78zqlwml6lzklsrbz923llykz"))))
+ "0x80jqx0z89jxfy2dvn4l35qbyvq3c2hg9jq4i0llq1qgkc4034b"))))
(build-system glib-or-gtk-build-system)
(arguments
(list
@@ -369,9 +369,10 @@ and metadata, and the journal with querying and full text
search.")
python-six
telepathy-glib
- webkitgtk-with-libsoup2))
+ webkitgtk-for-gtk3))
(native-inputs
- (list autoconf automake
+ (list autoconf-2.71
+ automake
gettext-minimal
glib
(list glib "bin")
- branch master updated (85e67f7fea -> e9a6c70948), guix-commits, 2024/02/13
- 01/11: gnu: sugar-artwork: Update to 0.121., guix-commits, 2024/02/13
- 02/11: gnu: sugar-datastore: Update to 0.121., guix-commits, 2024/02/13
- 03/11: gnu: sugar-toolkit-gtk3: Update to 0.121.,
guix-commits <=
- 04/11: gnu: sugar: Update to 0.121., guix-commits, 2024/02/13
- 10/11: gnu: sugar: Patch background image location., guix-commits, 2024/02/13
- 11/11: gnu: sugar: Remove obsolete patch., guix-commits, 2024/02/13
- 06/11: gnu: sugar-browse-activity: Update to 208., guix-commits, 2024/02/13
- 08/11: gnu: sugar-maze-activity: Update to 32., guix-commits, 2024/02/13
- 09/11: gnu: sugar-read-activity: Use webkit with libsoup 3., guix-commits, 2024/02/13
- 07/11: gnu: sugar-jukebox-activity: Update to 36-2.44ad1da., guix-commits, 2024/02/13
- 05/11: gnu: sugar-block-party-activity: Update to 12-1.26a58f1., guix-commits, 2024/02/13