all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53635] [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.6.
@ 2022-01-30 10:49 Michael Rohleder
  2022-02-02  4:24 ` bug#53635: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-01-30 10:49 UTC (permalink / raw)
  To: 53635; +Cc: Michael Rohleder

* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.6.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 38a0a25524..1f0ccb4d40 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1441,7 +1441,7 @@ (define-public xfce4-calculator-plugin
 (define-public xfce4-cpufreq-plugin
   (package
    (name "xfce4-cpufreq-plugin")
-   (version "1.2.4")
+   (version "1.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@@ -1450,7 +1450,7 @@ (define-public xfce4-cpufreq-plugin
                                   "/xfce4-cpufreq-plugin-" version ".tar.bz2"))
               (sha256
                (base32
-                "17kzy156xqnbk4apskg005p7r09q7zb8crifad5mbawc7ysihll1"))))
+                "19flmw9a3in0dq1hcfs5y452pcx1lkiym92xfkbjpgxaa79akpfd"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53635: [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.6.
  2022-01-30 10:49 [bug#53635] [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.6 Michael Rohleder
@ 2022-02-02  4:24 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2022-02-02  4:24 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 53635-done

Michael Rohleder <mike@rohleder.de> writes:

> * gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.6.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-02  4:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 10:49 [bug#53635] [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.6 Michael Rohleder
2022-02-02  4:24 ` bug#53635: " 宋文武

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.