GNU bug report logs -
#32783
[PATCH] gnu: gprolog: Update to 1.4.5.
Previous Next
Reported by: fis trivial <ybbs.daans <at> hotmail.com>
Date: Thu, 20 Sep 2018 13:38:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32783 in the body.
You can then email your comments to 32783 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#32783
; Package
guix-patches
.
(Thu, 20 Sep 2018 13:38:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
fis trivial <ybbs.daans <at> hotmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 20 Sep 2018 13:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gprolog.scm (gprolog): Update to 1.4.5.
[source]: No longer use mirror due to failed download.
---
gnu/packages/gprolog.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gprolog.scm b/gnu/packages/gprolog.scm
index b27b080ca..bada7be15 100644
--- a/gnu/packages/gprolog.scm
+++ b/gnu/packages/gprolog.scm
@@ -27,15 +27,15 @@
(define-public gprolog
(package
(name "gprolog")
- (version "1.4.4")
+ (version "1.4.5")
(source
(origin
- (method url-fetch)
- (uri (string-append "mirror://gnu/gprolog/gprolog-" version
- ".tar.gz"))
- (sha256
- (base32
- "13miyas47bmijmadm68cbvb21n4s156gjafz7kfx9brk9djfkh0q"))))
+ (method url-fetch)
+ (uri (string-append
+ "http://gprolog.org/gprolog-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0z4cc42n3k6i35b8mr816iwsvrpxshw6d7dgz6s2h1hy0l7g1p5z"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.19.0
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Thu, 20 Sep 2018 19:31:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
fis trivial <ybbs.daans <at> hotmail.com>
:
bug acknowledged by developer.
(Thu, 20 Sep 2018 19:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 32783-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Thu, Sep 20, 2018 at 01:37:26PM +0000, fis trivial wrote:
> * gnu/packages/gprolog.scm (gprolog): Update to 1.4.5.
> [source]: No longer use mirror due to failed download.
Thanks!
> + (method url-fetch)
> + (uri (string-append
> + "http://gprolog.org/gprolog-" version ".tar.gz"))
> + (sha256
> + (base32
> + "0z4cc42n3k6i35b8mr816iwsvrpxshw6d7dgz6s2h1hy0l7g1p5z"))))
I put both the old and new URLs in a list and pushed as
f5c10a94eff314ed985089719e817cd036a746f1.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 19 Oct 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 303 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.