From 19d6248634a81247a9e14f8f61e485d62327bea1 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 25 May 2016 09:13:13 +0300 Subject: gnu: freeipmi: Update to 1.5.2. * gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.2. --- gnu/packages/freeipmi.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/freeipmi.scm b/gnu/packages/freeipmi.scm index 6cbad6b1b6..ea81b1af8d 100644 --- a/gnu/packages/freeipmi.scm +++ b/gnu/packages/freeipmi.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Ludovic Courtès -;;; Copyright © 2015 Efraim Flashner +;;; Copyright © 2015, 2016 Efraim Flashner ;;; ;;; This file is part of GNU Guix. ;;; @@ -28,14 +28,14 @@ (define-public freeipmi (package (name "freeipmi") - (version "1.5.1") + (version "1.5.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/freeipmi/freeipmi-" version ".tar.gz")) (sha256 (base32 - "0lhjxlha4j5rx11d81y1rgp9j18rlpxsjc0flsmj6bm60awmm627")))) + "0xgfwk6lxwwzq8pbyxjl5xxpybs9p4qwgb7q0ykf048xwxha4kvk")))) (build-system gnu-build-system) (inputs `(("readline" ,readline) ("libgcrypt" ,libgcrypt))) -- cgit v1.2.3 id=c107e50a0eec0e805c7578e45998376fea39cff2'>commitdiff
AgeCommit message (Expand)Author
2020-03-05ci: Adjust 'channel-build-system' for when the source is a file name....Ludovic Courtès
2020-03-05tests: "make check-system" no longer interns source upfront....Ludovic Courtès
2020-03-05ci: Move 'cross-jobs' procedure to the top level....Ludovic Courtès
2020-01-31ci: Cross-build for riscv64-linux-gnu....Ludovic Courtès
2019-12-01ci: Make sure the Guix checkout is the one providing Cuirass proc....Clément Lassieur
2019-11-13tests: "make check-system" uses Guix built with (guix self)....Ludovic Courtès
2019-08-26ci: Try hard to build package replacements....Ludovic Courtès
2019-08-14gnu: mingw: Add x86_64 support....Carl Dong
2019-07-06ci: 'channel-build-system' honors the target system....Ludovic Courtès
2019-03-13Remove traces of "GuixSD"....Ludovic Courtès
2019-01-21ci: Skip system tests on armhf-linux....Ludovic Courtès
2019-01-20ci: Use a valid 'current-guix'....Ludovic Courtès