diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 21:40:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:57 +0100 |
commit | 87609036facf698cfcf28bf0ceaeeee601d56162 (patch) | |
tree | fa41e5fc9aabcc3c1a8880d4b575d4858db23a67 | |
parent | 4f4c1ec8093fbf3bea8a9245a0efb13090161685 (diff) |
gnu: powerstat: Update to 0.02.25.
* gnu/packages/linux.scm (powerstat): Update to 0.02.25.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f8928232e6..b959532634 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1458,14 +1458,14 @@ at login. Local and dynamic reconfiguration are its key features.") (define-public powerstat (package (name "powerstat") - (version "0.02.22") + (version "0.02.25") (source (origin (method url-fetch) (uri (string-append "https://kernel.ubuntu.com/~cking/tarballs/" "powerstat/powerstat-" version ".tar.gz")) (sha256 - (base32 "0r355b9syqa2nhfy8ksvxyy5d58v0isf983842js091s6liy0x7g")))) + (base32 "0dmixbxm4qd08ds26i0wvxwyy8nrjzfjj2q9ylx35564g4wh58qb")))) (build-system gnu-build-system) (arguments `(#:make-flags |