1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00

gnu: freeipmi: Update to 1.3.2.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.3.2.
This commit is contained in:
Ludovic Courtès
2013-09-28 16:30:20 +02:00
parent dc26f0c9ce
commit 8c9a63f1ad

View File

@@ -27,14 +27,14 @@
(define-public freeipmi
(package
(name "freeipmi")
(version "1.2.8")
(version "1.3.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/freeipmi/freeipmi-"
version ".tar.gz"))
(sha256
(base32
"0aqbjlqv8nh5nnfx5icyvcvws87xnwqjqsfszjx0jqb539snrc58"))))
"1gz2r3zp8ag4cd5cflh4fy8mpvwcx1wdr37mkqkph3m5lx2w48qb"))))
(build-system gnu-build-system)
(inputs
`(("readline" ,readline) ("libgcrypt" ,libgcrypt)))