[PATCH] gnu: baobab: updating to version 3.38.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Björn Höfling
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201224152629.18550-1-vincent.legoll@gmail.com
* gnu/packages/gnome.scm (baobab): updating to version 3.38.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c380b759f6..2756a3d0d4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8764,7 +8764,7 @@ files.")
(define-public baobab
(package
(name "baobab")
- (version "3.32.0")
+ (version "3.38.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -8773,7 +8773,7 @@ files.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0b33s9bhpiffv5wl76cq2bbnqhvx3qs2vxyxmil5gcs583llqh9r"))))
+ "0ac3fbl15l836yvgw724q4whbkws9v4b6l2xy6bnp0b0g0a6i104"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t))
--
2.29.2
Björn Höfling wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45407-done@debbugs.gnu.org)
20201227152222.11a22247@alma-ubu
On Thu, 24 Dec 2020 16:26:29 +0100
Vincent Legoll <vincent.legoll@gmail.com> wrote:

Toggle quote (2 lines)
> * gnu/packages/gnome.scm (baobab): updating to version 3.38.0.

Pushed as:

be0a06ec41319a093b206a858ea16926c1f3f35f

Closing.

Thanks.

Björn
-----BEGIN PGP SIGNATURE-----

iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCX+iYngAKCRC/KGy2WT5f
/Q6tAJ0QuSbxshTgBik/LFsJZGPF0dFEZgCcDgKi8EO8SyjVGsnKuUF9iSZRsWs=
=mDpe
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45407@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45407
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help