mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: gnu-c-manual: Update to 0.2.5.
* gnu/packages/gcc.scm (gnu-c-manual): Update to 0.2.5.
This commit is contained in:
parent
a884fa2141
commit
d35f8c7cb6
1 changed files with 2 additions and 2 deletions
|
@ -775,14 +775,14 @@ (define-public cloog
|
||||||
(define-public gnu-c-manual
|
(define-public gnu-c-manual
|
||||||
(package
|
(package
|
||||||
(name "gnu-c-manual")
|
(name "gnu-c-manual")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/gnu-c-manual/gnu-c-manual-"
|
(uri (string-append "mirror://gnu/gnu-c-manual/gnu-c-manual-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cf4503shr7hxkbrjfi9dky6q2lqk95bgbgbjmvj2s2x312kakd9"))))
|
"1sfsj9256w18qzylgag2h5h377aq8in8929svblfnj9svfriqcys"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("texinfo" ,texinfo)))
|
(native-inputs `(("texinfo" ,texinfo)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue