all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53747] [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.7.
@ 2022-02-03 11:54 Michael Rohleder
  2022-02-04 13:05 ` bug#53747: " 宋文武
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-02-03 11:54 UTC (permalink / raw)
  To: 53747; +Cc: Michael Rohleder

* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.7.
---
 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 1f0ccb4d40..2b49d5d59c 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.6")
+   (version "1.2.7")
     (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
-                "19flmw9a3in0dq1hcfs5y452pcx1lkiym92xfkbjpgxaa79akpfd"))))
+                "1365pj6viij492hq4mw34w4390sfdrn94rdgm2r1f6gma1hzpm2s"))))
     (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#53747: [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.7.
  2022-02-03 11:54 [bug#53747] [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.7 Michael Rohleder
@ 2022-02-04 13:05 ` 宋文武
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 @ 2022-02-04 13:05 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 53747-done

Michael Rohleder <mike@rohleder.de> writes:

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

Pushed, thank you!




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

end of thread, other threads:[~2022-02-04 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 11:54 [bug#53747] [PATCH] gnu: xfce4-cpufreq-plugin: Update to 1.2.7 Michael Rohleder
2022-02-04 13:05 ` bug#53747: " 宋文武

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.