guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: sbcl-optima: Fix version number


From: guix-commits
Subject: 01/09: gnu: sbcl-optima: Fix version number
Date: Mon, 7 Oct 2019 07:57:05 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 85747bab82f529a476a5468f0c0f48b8ba047594
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Oct 7 13:45:53 2019 +0200

    gnu: sbcl-optima: Fix version number
    
    * gnu/packages/lisp.scm (sbcl-optima)[version]: It's actually 1.0.
---
 gnu/packages/lisp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index ed3efc7..c358aa6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -6388,7 +6388,7 @@ the return type of a function.")
     (package
       (name "sbcl-optima")
       (build-system asdf-build-system/sbcl)
-      (version (git-version "0.1" revision commit))
+      (version (git-version "1.0" revision commit))
       (home-page "https://github.com/m2ym/optima";)
       (source
        (origin



reply via email to

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