gnu: sbcl-stumpwm: Update to 1.0.0.

* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 1.0.0.
This commit is contained in:
Ricardo Wurmus 2017-01-14 19:01:02 +01:00
parent f968f1a748
commit bdeecf5664
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -756,14 +756,14 @@ from other CLXes around the net.")
(define-public sbcl-stumpwm (define-public sbcl-stumpwm
(package (package
(name "sbcl-stumpwm") (name "sbcl-stumpwm")
(version "0.9.9") (version "1.0.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/stumpwm/stumpwm/archive/" "https://github.com/stumpwm/stumpwm/archive/"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1fqabij4zcsqg1ywgdv2irp1ys23dwc8ms9ai55lb2i47hgv7z3x")) (base32 "1maxp98gh64az3d9vz9br6zdd6rc9fmj2imvax4by85g6kxvdz1i"))
(file-name (string-append "stumpwm-" version ".tar.gz")))) (file-name (string-append "stumpwm-" version ".tar.gz"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre) (inputs `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)