diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-10-07 13:45:53 +0200 |
---|---|---|
committer | Pierre Neidhardt <mail@ambrevar.xyz> | 2019-10-07 13:45:53 +0200 |
commit | 85747bab82f529a476a5468f0c0f48b8ba047594 (patch) | |
tree | 976508572a98ef9ad63b8ae89dbb91b603af9ad2 /gnu | |
parent | 7d82e920717f08bceb42bb570d786dff233171e1 (diff) | |
download | guix-85747bab82f529a476a5468f0c0f48b8ba047594.tar guix-85747bab82f529a476a5468f0c0f48b8ba047594.tar.gz |
gnu: sbcl-optima: Fix version number
* gnu/packages/lisp.scm (sbcl-optima)[version]: It's actually 1.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index ed3efc7bdb..c358aa6465 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 |