mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
9e7db7dcee
commit
c527af4ad9
1 changed files with 2 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue