gnu: cl-hunchentoot: Update to 1.3.0.
* gnu/packages/lisp-xyz.scm (cl-hunchentoot): Update to 1.3.0.
This commit is contained in:
parent
9aaf402a37
commit
b5dee04c9b
1 changed files with 2 additions and 2 deletions
|
@ -4291,7 +4291,7 @@ (define-public ecl-drakma
|
||||||
(define-public sbcl-hunchentoot
|
(define-public sbcl-hunchentoot
|
||||||
(package
|
(package
|
||||||
(name "sbcl-hunchentoot")
|
(name "sbcl-hunchentoot")
|
||||||
(version "1.2.38")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4300,7 +4300,7 @@ (define-public sbcl-hunchentoot
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name "hunchentoot" version))
|
(file-name (git-file-name "hunchentoot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1anpcad7w045m4rsjs1f3xdhjwx5cppq1h0vlb3q7dz81fi3i6yq"))))
|
(base32 "1z0m45lp6rv59g69l44gj3q3d2bmjlhqzpii0vgkniam21dcimy9"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("sbcl-cl-who" ,sbcl-cl-who)
|
`(("sbcl-cl-who" ,sbcl-cl-who)
|
||||||
|
|
Loading…
Reference in a new issue