all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60687] [PATCH] gnu: c-intro-and-ref: Update to commit 47e5a234a7c0.
@ 2023-01-09  7:34 Hilton Chain via Guix-patches via
  2023-01-31 14:40 ` bug#60687: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-01-09  7:34 UTC (permalink / raw)
  To: 60687


* gnu/packages/c.scm (c-intro-and-ref): Update to commit 47e5a234a7c0.
---
 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 04c9fcdc62..96ff0aeae7 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -70,8 +70,8 @@ (define-module (gnu packages c)
   #: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 @@ (define-public c-intro-and-ref
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0c08h8k7wkn5lw0jqnnaayx55d3vf1q11pgsixfw31i58rnwa5y2"))))
+                  "0aza4vvlg2w0ss6n5xp741ycvg16d041c1x87yh5hpnzcb6y0ii3"))))
       (build-system copy-build-system)
       (arguments
        (list #:phases #~(modify-phases %standard-phases

base-commit: 2463e9f1fe10a1d7e02dff76f200da69cd3f24d1
-- 
2.38.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-31 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-09  7:34 [bug#60687] [PATCH] gnu: c-intro-and-ref: Update to commit 47e5a234a7c0 Hilton Chain via Guix-patches via
2023-01-31 14:40 ` bug#60687: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.