guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-srfi-189: Build from upstream sources.


From: guix-commits
Subject: branch master updated: gnu: guile-srfi-189: Build from upstream sources.
Date: Tue, 26 Apr 2022 03:20:14 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5c450082f7 gnu: guile-srfi-189: Build from upstream sources.
5c450082f7 is described below

commit 5c450082f797beee5dc0c446010425aa0f191056
Author: Attila Lendvai <attila@lendvai.name>
AuthorDate: Sun Apr 24 23:50:36 2022 +0200

    gnu: guile-srfi-189: Build from upstream sources.
    
    * gnu/packages/guile-xyz.scm (guile-srfi-189): Retarget git-reference to the
    official repo, and increase revision by one.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 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 863ebd17ea..ebecdfaa1e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3256,21 +3256,17 @@ API.")
       (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



reply via email to

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