all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32783] [PATCH] gnu: gprolog: Update to 1.4.5.
@ 2018-09-20 13:37 fis trivial
  2018-09-20 19:30 ` bug#32783: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: fis trivial @ 2018-09-20 13:37 UTC (permalink / raw)
  To: 32783


* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32783: [PATCH] gnu: gprolog: Update to 1.4.5.
  2018-09-20 13:37 [bug#32783] [PATCH] gnu: gprolog: Update to 1.4.5 fis trivial
@ 2018-09-20 19:30 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-09-20 19:30 UTC (permalink / raw)
  To: fis trivial; +Cc: 32783-done

[-- Attachment #1: Type: text/plain, Size: 517 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-20 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20 13:37 [bug#32783] [PATCH] gnu: gprolog: Update to 1.4.5 fis trivial
2018-09-20 19:30 ` bug#32783: " Leo Famulari

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.