[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: freeipmi: Update to 1.6.10.
From: |
guix-commits |
Subject: |
02/06: gnu: freeipmi: Update to 1.6.10. |
Date: |
Tue, 25 Oct 2022 02:42:13 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 0224aa2a716e5eda9cde43fa98987a50b80d497a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 21:53:31 2022 +0300
gnu: freeipmi: Update to 1.6.10.
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.10.
---
gnu/packages/freeipmi.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freeipmi.scm b/gnu/packages/freeipmi.scm
index 87b7ac139f..18b886ba4e 100644
--- a/gnu/packages/freeipmi.scm
+++ b/gnu/packages/freeipmi.scm
@@ -28,14 +28,14 @@
(define-public freeipmi
(package
(name "freeipmi")
- (version "1.6.9")
+ (version "1.6.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/freeipmi/freeipmi-"
version ".tar.gz"))
(sha256
(base32
- "01l2kkf2f0c7p8pq8qsil53fv0yaaciwq7n3kjlvbwfhycsiqppj"))))
+ "0zbszq9nn60vqm2gmwy6hmcz9yqb3lk064ib7l89q65n07ja3r7w"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-static"
- branch master updated (a2e4e3489b -> 3f0ea68177), guix-commits, 2022/10/25
- 01/06: gnu: gnuastro: Update to 0.19., guix-commits, 2022/10/25
- 03/06: gnu: gama: Update to 2.23., guix-commits, 2022/10/25
- 06/06: gnu: font-gnu-unifont: Build from source., guix-commits, 2022/10/25
- 04/06: gnu: console-font: Install bdf2psf., guix-commits, 2022/10/25
- 05/06: gnu: font-gnu-unifont: Update to 15.0.01., guix-commits, 2022/10/25
- 02/06: gnu: freeipmi: Update to 1.6.10.,
guix-commits <=