guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cogserver: Update to 0-2.ec5f3b9.


From: guix-commits
Subject: branch master updated: gnu: cogserver: Update to 0-2.ec5f3b9.
Date: Sun, 01 Mar 2020 08:22:01 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 77cf666  gnu: cogserver: Update to 0-2.ec5f3b9.
77cf666 is described below

commit 77cf666b00cedaa41de7aa016d0cee9be436feca
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 14:21:21 2020 +0100

    gnu: cogserver: Update to 0-2.ec5f3b9.
    
    * gnu/packages/opencog.scm (cogserver): Update to 0-2.ec5f3b9.
    [arguments]: Enable tests.
---
 gnu/packages/opencog.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/opencog.scm b/gnu/packages/opencog.scm
index c6828d6..ea68585 100644
--- a/gnu/packages/opencog.scm
+++ b/gnu/packages/opencog.scm
@@ -114,8 +114,8 @@ features not otherwise available.")
 
 (define-public cogserver
   ;; There are no releases.
-  (let ((commit "c8ad85fef446819e6bd711f0791887a5aa6a41f9")
-        (revision "1"))
+  (let ((commit "ec5f3b9590db0f6a085b5d0320f5d3710e0f1635")
+        (revision "2"))
     (package
       (name "cogserver")
       (version (git-version "0" revision commit))
@@ -127,11 +127,10 @@ features not otherwise available.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0flwl2cbmnj7kjcx8vwk7rbhsp2si0a51ci0hx88a3xx1f76cp3f"))))
+                  "1h0vcxb6n5dc654xqinqcxc7dxwcs6bsywgir8rhrqiykk760mzl"))))
       (build-system cmake-build-system)
       (arguments
-       `(#:tests? #f ; See https://github.com/opencog/cogserver/issues/24
-         #:test-target "tests"
+       `(#:test-target "tests"
          #:configure-flags
          (list (string-append "-DGUILE_INCLUDE_DIR="
                               (assoc-ref %build-inputs "guile")



reply via email to

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