gnu: cl-ledger: Update to 4.0.0-2.b0174f5.

* gnu/packages/lisp-xyz.scm (sbcl-cl-ledger): Update to 4.0.0-2.b0174f5.
  [inputs]: Remove labels.
  [arguments]: Use gexp.

Change-Id: Id254cf98fce9229241f7a12d46d42ad9fa08b27d
This commit is contained in:
Guillaume Le Vaillant 2025-09-02 18:45:30 +02:00
parent 1074a0daba
commit 70a45f313d
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -7442,8 +7442,8 @@ as possible).")
(sbcl-package->ecl-package sbcl-cl-json-pointer)) (sbcl-package->ecl-package sbcl-cl-json-pointer))
(define-public sbcl-cl-ledger (define-public sbcl-cl-ledger
(let ((commit "08e0be41795e804cd36142e51756ad0b1caa377b") (let ((commit "b0174f5634e389fb022ae72cc527a13b719655bd")
(revision "1")) (revision "2"))
(package (package
(name "sbcl-cl-ledger") (name "sbcl-cl-ledger")
(version (git-version "4.0.0" revision commit)) (version (git-version "4.0.0" revision commit))
@ -7453,26 +7453,24 @@ as possible).")
(uri (git-reference (uri (git-reference
(url "https://github.com/ledger/cl-ledger") (url "https://github.com/ledger/cl-ledger")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name "cl-ledger" version))
(sha256 (sha256
(base32 (base32 "02zg53j8d7lpyafif9kplp6clchz4id429j0dc5w80wvcwfal123"))))
"1via0qf6wjcyxnfbmfxjvms0ik9j8rqbifgpmnhrzvkhrq9pv8h1"))))
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(inputs (inputs
`(("cambl" ,sbcl-cambl) (list sbcl-cambl
("cl-ppcre" ,sbcl-cl-ppcre) sbcl-cl-ppcre
("local-time" ,sbcl-local-time) sbcl-local-time
("periods" ,sbcl-periods))) sbcl-periods))
(arguments (arguments
'(#:phases (list #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'fix-system-definition (add-after 'unpack 'fix-system-definition
(lambda _ (lambda _
(substitute* "cl-ledger.asd" (substitute* "cl-ledger.asd"
((" :build-operation program-op") "") ((" :build-operation program-op") "")
((" :build-pathname \"cl-ledger\"") "") ((" :build-pathname \"cl-ledger\"") "")
((" :entry-point \"ledger::main\"") "")) ((" :entry-point \"ledger::main\"") "")))))))
#t)))))
(synopsis "Common Lisp port of the Ledger accounting system") (synopsis "Common Lisp port of the Ledger accounting system")
(description (description
"CL-Ledger is a Common Lisp port of the Ledger double-entry accounting "CL-Ledger is a Common Lisp port of the Ledger double-entry accounting