diff options
author | Omar Bassam <omar.bassam88@gmail.com> | 2025-08-30 10:18:42 +0300 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-09-02 12:12:58 -0500 |
commit | 5b06f051bff095401dd4b0bf14a8f3318d0e41f8 (patch) | |
tree | 2be52355b1de1fe2a955a87ef88e500e6ea21fcb /gnu/packages/lisp-xyz.scm | |
parent | f8a96f0bc4b0f27117fe914238057b8ef2527235 (diff) |
gnu: sbcl-plump: Update to 2.0.0-4.251fbe0
* gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 2.0.0-4.251fbe0
Change-Id: I2264cc751d17775970fcd74ef58572935ec238d2
Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 8773d6eaa8..500be6cbc7 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -25153,8 +25153,8 @@ for Common Lisp.") (sbcl-package->clasp-package sbcl-piping)) (define-public sbcl-plump - (let ((commit "0c3e0b57b43b6e0c5794b6a902f1cf5bee2a2927") - (revision "3")) + (let ((commit "251fbe02e9bcdb5940d881788b880d51f7f35303") + (revision "4")) (package (name "sbcl-plump") (version (git-version "2.0.0" revision commit)) @@ -25163,11 +25163,11 @@ for Common Lisp.") (method git-fetch) (uri (git-reference - (url "https://github.com/Shinmera/plump") + (url "https://codeberg.org/shinmera/plump") (commit commit))) (file-name (git-file-name "cl-plump" version)) (sha256 - (base32 "1fyb66pqvr1iy31ah9638ihs8cax17zkxk0zq14jy7x5l9rq1qlf")))) + (base32 "0w2n5wskgqvazb721amfd7smydnj3mxsyzg03xk2k1vaizzxdzvk")))) (build-system asdf-build-system/sbcl) (inputs (list sbcl-array-utils sbcl-documentation-utils)) @@ -25179,7 +25179,7 @@ bad closing tag order, unencoded entities, inexistent tag types, self-closing tags and so on. It parses documents to a class representation and offers a small set of DOM functions to manipulate it. It can be extended to parse to your own classes.") - (home-page "https://shinmera.github.io/plump/") + (home-page "https://codeberg.org/shinmera/plump") (license license:zlib)))) (define-public cl-plump |