mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "packcc")
|
||||
(version "1.7.2")
|
||||
(version "1.8.0")
|
||||
(home-page "https://github.com/arithy/packcc")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
|
@ -473,7 +473,7 @@ (define-public packcc
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mb6ys5ylvjz0xpq6769ir98s80p98s9ahd0c9k8p2ra1w20vz33"))))
|
||||
"0b25p7ri1l2l20awyknljfnj7r4rg7cf2x3bljijx5q6j8rxdcsg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue