me
/
guix
Archived
1
0
Fork 0

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
master
Ricardo Wurmus 2024-02-13 10:06:04 +01:00
parent 71ed457c6f
commit ffca429baa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 4 deletions

View File

@ -306,7 +306,7 @@ and metadata, and the journal with querying and full text search.")
(define-public sugar-toolkit-gtk3 (define-public sugar-toolkit-gtk3
(package (package
(name "sugar-toolkit-gtk3") (name "sugar-toolkit-gtk3")
(version "0.120") (version "0.121")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1wqanc38zplyiq1vxda4bj1n0xd78zqlwml6lzklsrbz923llykz")))) "0x80jqx0z89jxfy2dvn4l35qbyvq3c2hg9jq4i0llq1qgkc4034b"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
(list (list
@ -369,9 +369,10 @@ and metadata, and the journal with querying and full text search.")
python-six python-six
telepathy-glib telepathy-glib
webkitgtk-with-libsoup2)) webkitgtk-for-gtk3))
(native-inputs (native-inputs
(list autoconf automake (list autoconf-2.71
automake
gettext-minimal gettext-minimal
glib glib
(list glib "bin") (list glib "bin")