mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: powerstat: Update to 0.02.27.
* gnu/packages/linux.scm (powerstat): Update to 0.02.27.
This commit is contained in:
parent
c1546d8a68
commit
1e9d70e42e
1 changed files with 2 additions and 2 deletions
|
@ -1737,7 +1737,7 @@ (define-public powercap
|
|||
(define-public powerstat
|
||||
(package
|
||||
(name "powerstat")
|
||||
(version "0.02.26")
|
||||
(version "0.02.27")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1746,7 +1746,7 @@ (define-public powerstat
|
|||
(commit (string-append "V" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0jp9dvwlz4svg28vgrgvvbi72ca9mkfczy0f05vvsgpxjz7hlfnj"))))
|
||||
(base32 "1ik5yv2bhz2hvyga4h1m28rf0xpi20zpqm4swhvskyf1g6qf381z"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags
|
||||
|
|
Loading…
Reference in a new issue