* bug#23718: guix import shows wrong program
@ 2016-06-07 10:47 Efraim Flashner
2016-06-08 17:10 ` Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Efraim Flashner @ 2016-06-07 10:47 UTC (permalink / raw)
To: 23718
[-- Attachment #1: Type: text/plain, Size: 419 bytes --]
I ran `guix import gnu make' and got the following output:
http://sprunge.us/LHGD
I separately downloaded make-4.2.tar.bz2 and the displayed hash was the
correct one, but the other fields were wrong.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#23718: guix import shows wrong program
2016-06-07 10:47 bug#23718: guix import shows wrong program Efraim Flashner
@ 2016-06-08 17:10 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2016-06-08 17:10 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 23718-done
Efraim Flashner <efraim@flashner.co.il> skribis:
> I ran `guix import gnu make' and got the following output:
> http://sprunge.us/LHGD
This showed this (please paste things inline in emails):
--8<---------------cut here---------------start------------->8---
(package
(name "automake")
(version "4.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://gnu/make/automake-"
version
".tar.bz2"))
(sha256
(base32
"0pv5rvz5pp4njxiz3syf786d2xp4j7gzddwjvgw5zmz55yvf6p2f"))))
(build-system gnu-build-system)
(synopsis
"Making GNU standards-compliant Makefiles")
(description
"Automake the part of the GNU build system for producing
standards-compliant Makefiles. Build requirements are entered in an
intuitive
format and then Automake works with Autoconf to produce a robust
Makefile, simplifying the entire process for the developer.")
(home-page
"http://www.gnu.org/software/automake/manual/")
(license find-by-yourself!))
--8<---------------cut here---------------end--------------->8---
Fixed in dc794a723809f0f28e49e4c32e8974b5b9a98ff0.
Ludo'.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-08 17:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 10:47 bug#23718: guix import shows wrong program Efraim Flashner
2016-06-08 17:10 ` Ludovic Courtès
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.