all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55099] [PATCH] gnu: guile-srfi-189: Build from upstream sources.
@ 2022-04-24 21:50 Attila Lendvai
  2022-04-26  7:19 ` bug#55099: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Attila Lendvai @ 2022-04-24 21:50 UTC (permalink / raw)
  To: 55099; +Cc: Attila Lendvai

* gnu/packages/guile-xyz.scm (guile-srfi-189): Retarget git-reference to the
official repo, and increase revision by one.
---
 gnu/packages/guile-xyz.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 3299b6cb74..62397e2125 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3237,21 +3237,17 @@ (define-public guile-srfi-180
       (license license:expat))))
 
 (define-public guile-srfi-189
-  (let ((commit "a0e3786702956c9e510d92746474ac988c2010ec")
-        (revision "0"))
+  (let ((commit "659e3cd0fc2bfca9085424eda8cad804ead2a9ea")
+        (revision "1"))
     (package
       (name "guile-srfi-189")
-      (version (git-version "0" revision commit))
+      ;; 'final' is the name of the latest git tag.
+      (version (git-version "final" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
-               ;; This is a fork of:
-               ;; (url "https://github.com/scheme-requests-for-implementation/srfi-189")
-               ;; Upstream merge requested at:
-               ;; https://github.com/scheme-requests-for-implementation/srfi-189/pull/21
-               ;; TODO switch over to the official repo when the PR gets merged
-               (url "https://github.com/attila-lendvai-patches/srfi-189")
+               (url "https://github.com/scheme-requests-for-implementation/srfi-189")
                (commit commit)))
          (sha256
           (base32
-- 
2.35.1





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

* bug#55099: [PATCH] gnu: guile-srfi-189: Build from upstream sources.
  2022-04-24 21:50 [bug#55099] [PATCH] gnu: guile-srfi-189: Build from upstream sources Attila Lendvai
@ 2022-04-26  7:19 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-04-26  7:19 UTC (permalink / raw)
  To: Attila Lendvai; +Cc: 55099-done


> * gnu/packages/guile-xyz.scm (guile-srfi-189): Retarget git-reference to the
> official repo, and increase revision by one.

Pushed, thanks!

Mathieu




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

end of thread, other threads:[~2022-04-26  7:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24 21:50 [bug#55099] [PATCH] gnu: guile-srfi-189: Build from upstream sources Attila Lendvai
2022-04-26  7:19 ` bug#55099: " Mathieu Othacehe

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.