guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

35/46: gnu: powerstat: Update to 0.02.28.


From: guix-commits
Subject: 35/46: gnu: powerstat: Update to 0.02.28.
Date: Fri, 16 Dec 2022 21:39:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 54bf243bae630641a9cf884490074e9133175d1f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: powerstat: Update to 0.02.28.
    
    * gnu/packages/linux.scm (powerstat): Update to 0.02.28.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b1c940938e..acdbacc146 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1934,7 +1934,7 @@ It provides the commands @code{powercap-info} and 
@code{powercap-set}.")
 (define-public powerstat
   (package
     (name "powerstat")
-    (version "0.02.27")
+    (version "0.02.28")
     (source
      (origin
        (method git-fetch)
@@ -1943,7 +1943,7 @@ It provides the commands @code{powercap-info} and 
@code{powercap-set}.")
              (commit (string-append "V" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ik5yv2bhz2hvyga4h1m28rf0xpi20zpqm4swhvskyf1g6qf381z"))))
+        (base32 "1wydjxmb6qf7rqarpl8rblg4biq3r2kfcx7p3pzvsr0w1xwdiisd"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]