[PATCH gnome-team] gnu: gnome-control-center: Update to 44.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
3aead90a15ab14db83b18af0aa5c3bbf2790ecd5.1700550676.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-control-center): Update to 44.4.

Change-Id: I04b830ef49c7a2e3770e210dc7f6f3555105af31
---
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 ab485cffb1..98e2855ee5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9026,7 +9026,7 @@ (define-public gnome-bluetooth
(define-public gnome-control-center
(package
(name "gnome-control-center")
- (version "44.3")
+ (version "44.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9034,7 +9034,7 @@ (define-public gnome-control-center
name "-" version ".tar.xz"))
(sha256
(base32
- "0yhcm0c0ghkfqswqlkwcln3jpaz6jzvqaph2c3lgmv635w2nash6"))
+ "0mz134argczbkfnxzqsfa1vydx3v44wrldcczyzjanvrq7ia7hli"))
(patches
(search-patches
"gnome-control-center-firmware-security.patch"))))

base-commit: 1cc3b7e80f60a2a5a6a1400ed0b025efeae7a523
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
bda891ee7eb4588d501f3d2c5bf4054e48112fba.camel@gmail.com
Am Dienstag, dem 21.11.2023 um 08:05 +0100 schrieb Vivien Kraus:
Toggle quote (4 lines)
> * gnu/packages/gnome.scm (gnome-control-center): Update to 44.4.
>
> Change-Id: I04b830ef49c7a2e3770e210dc7f6f3555105af31
> ---
Pushed.

Thanks
Closed
?
Your comment

This issue is archived.

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

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