all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 68886@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#68886] [PATCH] gnu: freeipmi: Update to 1.6.14
Date: Thu,  1 Feb 2024 23:18:51 -0800	[thread overview]
Message-ID: <44691ebf3d95a98d33750c03b64dbed63c97143e.1706858302.git.atai@atai.org> (raw)

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.14

Change-Id: I4c729baaf2a45391f95b6f96441a96d2b0f58f40
---
 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 cc33e821de..55ffa6a53b 100644
--- a/gnu/packages/freeipmi.scm
+++ b/gnu/packages/freeipmi.scm
@@ -28,14 +28,14 @@ (define-module (gnu packages freeipmi)
 (define-public freeipmi
   (package
     (name "freeipmi")
-    (version "1.6.11")
+    (version "1.6.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/freeipmi/freeipmi-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "15x861i8r1gk44924d2pszlb8mapgkr18m3991vla4601y8xdyv5"))))
+               "1dgd2izbp6mqk7l0bgw9fkpvl4mjz672p8baz3ac9k5pfrfaqg8s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static"

base-commit: 88e8b807d6af3cf2902909d295cd3194aa7ea684
-- 
2.41.0





             reply	other threads:[~2024-02-02  7:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-02  7:18 Andy Tai [this message]
2024-03-05  5:57 ` [bug#68886] [PATCH v2] gnu: freeipmi: Update to 1.6.14 Andy Tai
2024-03-16 10:12   ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44691ebf3d95a98d33750c03b64dbed63c97143e.1706858302.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=68886@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.