GNU bug report logs -
#64477
[PATCH] gnu: config: Update to 91f6a7f616b161c25ba2001861a40e662e18c4ad
Previous Next
To reply to this bug, email your comments to 64477 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64477
; Package
guix-patches
.
(Wed, 05 Jul 2023 12:57:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michael Ford <fanquake <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 05 Jul 2023 12:57:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From 9ad85f77f16bb834a2143e0893a19215808a255a Mon Sep 17 00:00:00 2001
From: fanquake <fanquake <at> gmail.com>
Date: Wed, 5 Jul 2023 13:53:28 +0100
Subject: [PATCH] gnu: config: Update to
91f6a7f616b161c25ba2001861a40e662e18c4ad
* gnu/packages/autotools.scm (config): Update to
91f6a7f616b161c25ba2001861a40e662e18c4ad
---
gnu/packages/autotools.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/autotools.scm b/gnu/packages/autotools.scm
index fc6bb196f1..6ff86caecc 100644
--- a/gnu/packages/autotools.scm
+++ b/gnu/packages/autotools.scm
@@ -502,7 +502,7 @@ (define-public libtool
(define-public config
(let ((revision "1")
- (commit "c8ddc8472f8efcadafc1ef53ca1d863415fddd5f"))
+ (commit "91f6a7f616b161c25ba2001861a40e662e18c4ad"))
(package
(name "config")
(version (git-version "0.0.0" revision commit)) ;no release tag
@@ -514,7 +514,7 @@ (define-public config
(file-name (git-file-name name version))
(sha256
(base32
- "0x6ycvkmmhhhag97wsf0pw8n5fvh12rjvrck90rz17my4ys16qwv"))))
+ "09f2vixg2g51r8yh9gm93zlj563vd0zmwm3jqv9by8pnvazxp7k1"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.41.0
This bug report was last modified 1 year and 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.