GNU bug report logs - #55099
[PATCH] gnu: guile-srfi-189: Build from upstream sources.

Previous Next

Package: guix-patches;

Reported by: Attila Lendvai <attila <at> lendvai.name>

Date: Sun, 24 Apr 2022 21:52:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#55099: closed ([PATCH] gnu: guile-srfi-189: Build from
 upstream sources.)
Date: Tue, 26 Apr 2022 07:21:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 26 Apr 2022 09:19:53 +0200
with message-id <87wnfcwbty.fsf <at> gnu.org>
and subject line Re: bug#55099: [PATCH] gnu: guile-srfi-189: Build from upstream sources.
has caused the debbugs.gnu.org bug report #55099,
regarding [PATCH] gnu: guile-srfi-189: Build from upstream sources.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
55099: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55099
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Attila Lendvai <attila <at> lendvai.name>
To: guix-patches <at> gnu.org
Cc: Attila Lendvai <attila <at> lendvai.name>
Subject: [PATCH] gnu: guile-srfi-189: Build from upstream sources.
Date: Sun, 24 Apr 2022 23:50:36 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Attila Lendvai <attila <at> lendvai.name>
Cc: 55099-done <at> debbugs.gnu.org
Subject: Re: bug#55099: [PATCH] gnu: guile-srfi-189: Build from upstream
 sources.
Date: Tue, 26 Apr 2022 09:19:53 +0200
> * gnu/packages/guile-xyz.scm (guile-srfi-189): Retarget git-reference to the
> official repo, and increase revision by one.

Pushed, thanks!

Mathieu


This bug report was last modified 3 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.