mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: cproc: Update to version 0.0-3.14a8916.
* gnu/packages/c.scm (cproc): Update to version 0.0-3.14a8916. Change-Id: I4f3637b3adbce108c5ebf9e47bbba7a893846b55 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
dcd1c17973
commit
e08fffcd9a
1 changed files with 3 additions and 3 deletions
|
|
@ -149,8 +149,8 @@ slicing.")
|
|||
(license license:boost1.0))))
|
||||
|
||||
(define-public cproc
|
||||
(let ((commit "70fe9ef1810cc6c05bde9eb0970363c35fa7e802")
|
||||
(revision "2"))
|
||||
(let ((commit "14a8916e23bc6daebcb54f1384fa0eb2455072e3")
|
||||
(revision "3"))
|
||||
(package
|
||||
(name "cproc")
|
||||
(version (git-version "0.0" revision commit))
|
||||
|
|
@ -162,7 +162,7 @@ slicing.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1qmgzll7z7mn587azkj4cizyyd8ii6iznfxpc66ja08140sbn9yx"))
|
||||
(base32 "1yrs1ccsjypfsjsmxxjspaggn0bjwifs2slalnpvsrgzxw5559bx"))
|
||||
(patches (search-patches "cproc-extra-linkflags.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue