Archived
1
0
Fork 0

gnu: cl-access: Update to 1.6.0-1.a4f87fc.

* gnu/packages/lisp-xyz.scm (sbcl-access): Update to 1.6.0-1.a4f87fc.
  [source, home-page]: Switch to maintained repository.
  [inputs]: Remove sbcl-anaphora and sbcl-cl-interpol. Add sbcl-cl-ppcre.

Change-Id: Idbc140b1264156e975b69ab65423765d5f5a77d1
This commit is contained in:
Guillaume Le Vaillant 2024-05-25 11:04:33 +02:00
parent 1fa8997f6f
commit 8ca6e63b00
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -19690,32 +19690,34 @@ UTF-8 block characters.")
(sbcl-package->cl-source-package sbcl-cl-spark)) (sbcl-package->cl-source-package sbcl-cl-spark))
(define-public sbcl-access (define-public sbcl-access
(let ((commit "1b26db3760018cdc4624f880f0a1e0155d8f6c50") (let ((commit "a4f87fc1007f5c9a0a2abfddc1c23a77e87096f8")
(revision "1")) (revision "1"))
(package (package
(name "sbcl-access") (name "sbcl-access")
(version (git-version "1.5.0" revision commit)) (version (git-version "1.6.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/sharplispers/access") (url "https://github.com/AccelerationNet/access")
(commit commit))) (commit commit)))
(file-name (git-file-name "access" version)) (file-name (git-file-name "cl-access" version))
(sha256 (sha256
(base32 "1knd3n4mpzkc97i1znbas32pscd30416isvmx2pjmgvar6k93pl5")))) (base32 "0zdjqhb9rvnlq6nzmsp7372gi91k1rq9bz510m6hcki7g3r01iv5"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(native-inputs (native-inputs
(list sbcl-lisp-unit2)) (list sbcl-lisp-unit2))
(inputs (inputs
(list sbcl-alexandria sbcl-anaphora sbcl-closer-mop (list sbcl-alexandria
sbcl-cl-interpol sbcl-iterate)) sbcl-cl-ppcre
sbcl-closer-mop
sbcl-iterate))
(synopsis (synopsis
"Common lisp library to unify access to dictionary-like structures") "Common lisp library to unify access to dictionary-like structures")
(description (description
"This is a Common lisp library to unify access to the most common "This is a Common lisp library to unify access to the most common
dictionary-like data structures.") dictionary-like data structures.")
(home-page "https://github.com/sharplispers/access") (home-page "https://github.com/AccelerationNet/access")
(license license:bsd-3)))) (license license:bsd-3))))
(define-public ecl-access (define-public ecl-access