guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: swi-prolog: Update to 8.3.5.


From: guix-commits
Subject: branch master updated: gnu: swi-prolog: Update to 8.3.5.
Date: Fri, 07 Aug 2020 21:56:41 -0400

This is an automated email from the git hooks/post-receive script.

brettgilio pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 612ed88  gnu: swi-prolog: Update to 8.3.5.
612ed88 is described below

commit 612ed88b10d21d27473861340144cc2e98d3b2ca
Author: Brett Gilio <brettg@gnu.org>
AuthorDate: Fri Aug 7 20:56:47 2020 -0500

    gnu: swi-prolog: Update to 8.3.5.
    
    * gnu/packages/prolog.scm (swi-prolog): Update to 8.3.5.
---
 gnu/packages/prolog.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/prolog.scm b/gnu/packages/prolog.scm
index 18c51a7..86b4bd2 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -86,7 +86,7 @@ manner.  It also features an interactive interpreter.")
 (define-public swi-prolog
   (package
     (name "swi-prolog")
-    (version "8.3.4")
+    (version "8.3.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -96,7 +96,7 @@ manner.  It also features an interactive interpreter.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1r8ypnm8vd2si5wsc9f9i612967l9pdd57bdq4n29mjnl18wznfr"))))
+                "14dga0gja45x1717fp1bwgf96nzc0zgb8x1lha0pb46jg1raa2da"))))
     (build-system cmake-build-system)
     (arguments
      `(#:parallel-build? #t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]