gnu: cl-dexador: Update to 0.9.15-1.74a233e.
* gnu/packages/lisp-xyz.scm (sbcl-dexador): Update to 0.9.15-1.74a233e. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
0fd660a2b2
commit
893fc788fb
1 changed files with 4 additions and 5 deletions
|
@ -6056,12 +6056,12 @@ (define-public ecl-cl-cookie
|
|||
(sbcl-package->ecl-package sbcl-cl-cookie))
|
||||
|
||||
(define-public sbcl-dexador
|
||||
(let ((commit "953090f04c4d1a9ee6632b90133cdc297b68badc")
|
||||
(let ((commit "74a233edb0ebf2b8c696fb8db984ac568fbcc4e5")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sbcl-dexador")
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(version "0.9.14" )
|
||||
(version (git-version "0.9.15" revision commit))
|
||||
(home-page "https://github.com/fukamachi/dexador")
|
||||
(source
|
||||
(origin
|
||||
|
@ -6069,10 +6069,9 @@ (define-public sbcl-dexador
|
|||
(uri (git-reference
|
||||
(url home-page)
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(file-name (git-file-name "cl-dexador" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0w18fz3301rpmwc3kwb810czcd24mbf7r1z8vdyc0v5crjfpw3mn"))))
|
||||
(base32 "14cbykd9j8klm8sz3siq5zk78a0ljd6rdwfq12fi4h1ih50apyfi"))))
|
||||
(inputs
|
||||
`(("trivial-gray-streams" ,sbcl-trivial-gray-streams)
|
||||
("babel" ,sbcl-babel)
|
||||
|
|
Loading…
Reference in a new issue