me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-lift: Fix version number.

* gnu/packages/lisp.scm (sbcl-lift)[version]: Set to 1.7.1 instead of 0.0.0.
master
Guillaume Le Vaillant 2019-09-16 14:46:37 +02:00 committed by Pierre Neidhardt
parent cacbeebc75
commit 5f33f9aa64
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View File

@ -2485,7 +2485,7 @@ new fiends in addition to old friends like @command{aif} and
(let ((commit "7d49a66c62759535624037826891152223d4206c"))
(package
(name "sbcl-lift")
(version (git-version "0.0.0" "1" commit))
(version (git-version "1.7.1" "1" commit))
(source
(origin
(method git-fetch)