[PATCH gnome-team] gnu: libgee: Update to 0.20.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
3487d4df148b0a36820272e3dfa7d2d1e61f7b00.1700781654.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (libgee): Update to 0.20.6.

Change-Id: I102a31bb7b6bbeed340b14b5fd35b8f2e34c1ac9
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 194a443484..cc558a2738 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7400,7 +7400,7 @@ (define-public yelp-tools
(define-public libgee
(package
(name "libgee")
- (version "0.20.5")
+ (version "0.20.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libgee/"
@@ -7408,7 +7408,7 @@ (define-public libgee
"libgee-" version ".tar.xz"))
(sha256
(base32
- "060mbj6ihca315a6wqj47mfzm2881azwm5bl0vwjg9ymay4km1ii"))))
+ "0kbd8y70dd5q40i8gxzvhxkn9niqvp0x6knp4ihwqq0dw7sk9y0v"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93
--
2.41.0
Maxim Cournoyer wrote 1 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
87zfyqu62x.fsf@gmail.com
Hi,

Vivien Kraus <vivien@planete-kraus.eu> writes:

Toggle quote (32 lines)
> * gnu/packages/gnome.scm (libgee): Update to 0.20.6.
>
> Change-Id: I102a31bb7b6bbeed340b14b5fd35b8f2e34c1ac9
> ---
> gnu/packages/gnome.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 194a443484..cc558a2738 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -7400,7 +7400,7 @@ (define-public yelp-tools
> (define-public libgee
> (package
> (name "libgee")
> - (version "0.20.5")
> + (version "0.20.6")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/libgee/"
> @@ -7408,7 +7408,7 @@ (define-public libgee
> "libgee-" version ".tar.xz"))
> (sha256
> (base32
> - "060mbj6ihca315a6wqj47mfzm2881azwm5bl0vwjg9ymay4km1ii"))))
> + "0kbd8y70dd5q40i8gxzvhxkn9niqvp0x6knp4ihwqq0dw7sk9y0v"))))
> (build-system gnu-build-system)
> (arguments
> (list
>
> base-commit: 60db3a6b3f6e4d1bd751d04b7d9ad1e894febf93

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

--
Thanks,
Maxim
Vivien Kraus wrote 1 years ago
Applied, closing
(address . 67421-done@debbugs.gnu.org)
f72498af8cff6d611d346b5d0ca4296c1541394e.camel@planete-kraus.eu
Applied, closing.
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 67421
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