gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23.
* gnu/packages/c.scm (c-intro-and-ref): Update to commit 47e5a234a7c0. Signed-off-by: Christopher Baines <mail@cbaines.net>
parent
81ee1d3325
commit
38ef37d4bb
|
@ -70,8 +70,8 @@
|
||||||
#:use-module (gnu packages xml))
|
#:use-module (gnu packages xml))
|
||||||
|
|
||||||
(define-public c-intro-and-ref
|
(define-public c-intro-and-ref
|
||||||
(let ((revision "0")
|
(let ((revision "1")
|
||||||
(commit "f88559678feeb1391a0e9c7cf060c4429ef22ffc"))
|
(commit "47e5a234a7c036392e0f9e1e8e48ff3e6855840d"))
|
||||||
(package
|
(package
|
||||||
(name "c-intro-and-ref")
|
(name "c-intro-and-ref")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "0.0.0" revision commit))
|
||||||
|
@ -83,7 +83,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c08h8k7wkn5lw0jqnnaayx55d3vf1q11pgsixfw31i58rnwa5y2"))))
|
"0aza4vvlg2w0ss6n5xp741ycvg16d041c1x87yh5hpnzcb6y0ii3"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue