[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
- branch master updated (7d82e92 -> fa4bbd9), guix-commits, 2019/10/07
- 02/09: gnu: Add cl-fare-quasiquote., guix-commits, 2019/10/07
- 04/09: gnu: Add cl-fare-quasiquote-readtable., guix-commits, 2019/10/07
- 06/09: gnu: Add string-case., guix-commits, 2019/10/07
- 07/09: gnu: Add global-vars., guix-commits, 2019/10/07
- 09/09: gnu: Add trivial-macroexpand-all., guix-commits, 2019/10/07
- 03/09: gnu: Add fare-quasiquote-optima., guix-commits, 2019/10/07
- 08/09: gnu: Add trivial-file-size., guix-commits, 2019/10/07
- 01/09: gnu: sbcl-optima: Fix version number,
guix-commits <=
- 05/09: gnu: Add cl-fare-quasiquote-extras., guix-commits, 2019/10/07