mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: reproc: Update to 14.2.4.
* gnu/packages/cpp.scm (reproc): Update to 14.2.4.
This commit is contained in:
parent
623f623209
commit
fb67ebca3e
1 changed files with 3 additions and 4 deletions
|
@ -886,7 +886,7 @@ (define-public cpplint
|
||||||
(define-public reproc
|
(define-public reproc
|
||||||
(package
|
(package
|
||||||
(name "reproc")
|
(name "reproc")
|
||||||
(version "14.1.0")
|
(version "14.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -895,13 +895,12 @@ (define-public reproc
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "09xnf8hmld1fk8j33zwlz1qcxnjdx1ncbg62csic9va4m1wc2v1d"))))
|
||||||
"1n71wb50qv2dmhjgw7azx5gigbrp19l2n3d41g9p05l5l0y1qg0q"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; No tests.
|
;; No tests.
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
;; Enable building of shared library.
|
;; Build the shared library instead of a static one.
|
||||||
#:configure-flags `("-DBUILD_SHARED_LIBS=1")))
|
#:configure-flags `("-DBUILD_SHARED_LIBS=1")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue