mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cl-utm-ups: Update to 1.2-0.f1e6fd4.
* gnu/packages/lisp-xyz.scm (sbcl-utm-ups): Update to 1.2-0.f1e6fd4.
This commit is contained in:
parent
b96b82bcd4
commit
5c959d0fa7
1 changed files with 4 additions and 4 deletions
|
@ -16537,20 +16537,20 @@ (define-public cl-clml
|
|||
(sbcl-package->cl-source-package sbcl-clml))
|
||||
|
||||
(define-public sbcl-utm-ups
|
||||
(let ((commit "ffcb7b6d5a56fb7d4b2b95b83bbd28ffe6e6961f")
|
||||
(let ((commit "f1e6fd469871051470dfaabdf199afb75f2fa302")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "sbcl-utm-ups")
|
||||
(version (git-version "1.1" revision commit))
|
||||
(version (git-version "1.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/glv/utm-ups")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name "utm-ups" version))
|
||||
(file-name (git-file-name "cl-utm-ups" version))
|
||||
(sha256
|
||||
(base32 "1rvyh0srgd81kvbzmq4ysd9y6c0qdwh23naqxc9asw1vh7fq08x1"))))
|
||||
(base32 "19nnnqagfg1c1vzwlqpp8mq2d0hrk8r6r07a46nvdyzmwbnmbwyr"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
(list sbcl-fiveam))
|
||||
|
|
Loading…
Reference in a new issue