gnu: libchewing: Update to 0.9.1.

* gnu/packages/language.scm (libchewing): Update to 0.9.1.
[arguments]: Remove a phase lowering the version requirement for
rust-clap-mangen.

Change-Id: Ica52cebe2a59f5a4a7b39df68723f613b9ac2158
This commit is contained in:
Efraim Flashner 2024-12-25 16:31:50 +02:00
parent 9e7db7dcee
commit c527af4ad9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -272,7 +272,7 @@ (define-public hime
(define-public libchewing
(package
(name "libchewing")
(version "0.9.0")
(version "0.9.1")
(source
(origin
(method git-fetch)
@ -281,7 +281,7 @@ (define-public libchewing
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1n0w9niff46w7vncs699gj4y2xghn1sbl0f4mg5x33dcapqd14sg"))))
(base32 "0gh64wvrk5pn0fhmpvj1j99d5g7f7697rk96zbkc8l72yjr819z5"))))
(build-system cargo-build-system)
(arguments
`(#:modules ((guix build cargo-build-system)
@ -305,10 +305,6 @@ (define-public libchewing
(("rust-tempfile" ,rust-tempfile-3))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'allow-older-version-of-clap-mangen
(lambda _
(substitute* "tools/Cargo.toml"
(("0.2.12") "0.2.11"))))
(add-after 'configure 'cmake-configure
(lambda args
(apply (assoc-ref cmake:%standard-phases 'configure)