[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/09: gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23.
From: |
guix-commits |
Subject: |
09/09: gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23. |
Date: |
Tue, 31 Jan 2023 09:25:19 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit 38ef37d4bb684849e1789d57e46a039e6d005579
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Mon Jan 9 15:34:35 2023 +0800
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>
---
gnu/packages/c.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 8777c47919..9a2b6cdaef 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -70,8 +70,8 @@
#:use-module (gnu packages xml))
(define-public c-intro-and-ref
- (let ((revision "0")
- (commit "f88559678feeb1391a0e9c7cf060c4429ef22ffc"))
+ (let ((revision "1")
+ (commit "47e5a234a7c036392e0f9e1e8e48ff3e6855840d"))
(package
(name "c-intro-and-ref")
(version (git-version "0.0.0" revision commit))
@@ -83,7 +83,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "0c08h8k7wkn5lw0jqnnaayx55d3vf1q11pgsixfw31i58rnwa5y2"))))
+ "0aza4vvlg2w0ss6n5xp741ycvg16d041c1x87yh5hpnzcb6y0ii3"))))
(build-system copy-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
- branch master updated (de4675d558 -> 38ef37d4bb), guix-commits, 2023/01/31
- 02/09: gnu: x42-plugins: Update to 20221119., guix-commits, 2023/01/31
- 04/09: gnu: zam-plugins: Update to 4.1., guix-commits, 2023/01/31
- 06/09: gnu: go-github-com-andybalholm-cascadia: Update to 1.3.1., guix-commits, 2023/01/31
- 01/09: gnu: guix-build-coordinator: Update to 0-69.8ca5f04., guix-commits, 2023/01/31
- 07/09: gnu: materia-theme: Update to 20210322., guix-commits, 2023/01/31
- 08/09: gnu: arc-theme: Update to 20221218., guix-commits, 2023/01/31
- 09/09: gnu: c-intro-and-ref: Update to 0.0.0-1.47e5a23.,
guix-commits <=
- 03/09: gnu: x42-plugins: Use new package style., guix-commits, 2023/01/31
- 05/09: gnu: zam-plugins: Use new package style., guix-commits, 2023/01/31