gnu: sbcl-cl-ppcre: Update to 2.1.1.

* gnu/packages/lisp-xyz.scp (sbcl-cl-ppcre): Update to 2.1.1.
This commit is contained in:
Guillaume Le Vaillant 2020-02-04 11:09:13 +01:00
parent 6b0604fd43
commit 6c87442548
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -302,7 +302,7 @@ streams which are similar to string streams.")
(define-public sbcl-cl-ppcre (define-public sbcl-cl-ppcre
(package (package
(name "sbcl-cl-ppcre") (name "sbcl-cl-ppcre")
(version "2.0.11") (version "2.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -311,7 +311,7 @@ streams which are similar to string streams.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name "cl-ppcre" version)) (file-name (git-file-name "cl-ppcre" version))
(sha256 (sha256
(base32 "0q3iany07vgqm144lw6pj0af2d3vsikpbkwcxr30fci3kzsq4f49")))) (base32 "0dwvr29diqzcg5n6jvbk2rnd90i05l7n828hhw99khmqd0kz7xsi"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs `(("flexi-streams" ,sbcl-flexi-streams))) (native-inputs `(("flexi-streams" ,sbcl-flexi-streams)))
(synopsis "Portable regular expression library for Common Lisp") (synopsis "Portable regular expression library for Common Lisp")