mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cl-mgrs: Update to 1.0-1.c06f268.
* gnu/packages/lisp-xyz.scm (sbcl-mgrs): Update to 1.0-1.c06f268.
This commit is contained in:
parent
88d2161517
commit
04bc3120ef
1 changed files with 4 additions and 4 deletions
|
@ -13298,8 +13298,8 @@ Polar Stereographic).")
|
||||||
(sbcl-package->ecl-package sbcl-utm-ups))
|
(sbcl-package->ecl-package sbcl-utm-ups))
|
||||||
|
|
||||||
(define-public sbcl-mgrs
|
(define-public sbcl-mgrs
|
||||||
(let ((commit "00455460407b7e5509d1be3da09bf6152956761f")
|
(let ((commit "c06f268f9ccb00dfc94c8a07771ce1ca82df26a2")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-mgrs")
|
(name "sbcl-mgrs")
|
||||||
(version (git-version "1.0" revision commit))
|
(version (git-version "1.0" revision commit))
|
||||||
|
@ -13309,9 +13309,9 @@ Polar Stereographic).")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/glv2/mgrs")
|
(url "https://github.com/glv2/mgrs")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "mgrs" version))
|
(file-name (git-file-name "cl-mgrs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ckvn4hg3wwivzavhfashb6fap4a1q10l8krhbng8bdb54ac10sz"))))
|
(base32 "1n4kd734qjj7mrcg0q28hml3npam1rm067iwljwc87zshnxh5gmn"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiveam))
|
(list sbcl-fiveam))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue