guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]