mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: packcc: Update to 1.8.0.
* gnu/packages/c.scm (packcc): Update to 1.8.0.
This commit is contained in:
parent
a76cb08d0d
commit
4230b47c08
1 changed files with 2 additions and 2 deletions
|
@ -463,7 +463,7 @@ (define-public libwuya
|
||||||
(define-public packcc
|
(define-public packcc
|
||||||
(package
|
(package
|
||||||
(name "packcc")
|
(name "packcc")
|
||||||
(version "1.7.2")
|
(version "1.8.0")
|
||||||
(home-page "https://github.com/arithy/packcc")
|
(home-page "https://github.com/arithy/packcc")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -473,7 +473,7 @@ (define-public packcc
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mb6ys5ylvjz0xpq6769ir98s80p98s9ahd0c9k8p2ra1w20vz33"))))
|
"0b25p7ri1l2l20awyknljfnj7r4rg7cf2x3bljijx5q6j8rxdcsg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue