guix-commits
[Top][All Lists]
Advanced

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

01/04: swh: Remove 'id' field from <origin>.


From: guix-commits
Subject: 01/04: swh: Remove 'id' field from <origin>.
Date: Tue, 11 Feb 2020 06:34:30 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 3d2f29382de2d0ee852745cc002dfe2b5d22e1c2
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Feb 11 10:03:22 2020 +0100

    swh: Remove 'id' field from <origin>.
    
    The "id" field has been removed upstream:
    
      https://sympa.inria.fr/sympa/arc/swh-devel/2020-02/msg00005.html
    
    * guix/swh.scm (<origin>)[id]: Remove.
---
 guix/swh.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/guix/swh.scm b/guix/swh.scm
index 3abf9aa..8bdf996 100644
--- a/guix/swh.scm
+++ b/guix/swh.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2018, 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -39,7 +39,6 @@
             request-rate-limit-reached?
 
             origin?
-            origin-id
             origin-type
             origin-url
             origin-visits
@@ -247,7 +246,6 @@ FALSE-IF-404? is true, return #f upon 404 responses."
 ;; 
<https://archive.softwareheritage.org/api/1/origin/https://github.com/guix-mirror/guix/get>
 (define-json-mapping <origin> make-origin origin?
   json->origin
-  (id origin-id)
   (visits-url origin-visits-url "origin_visits_url")
   (type origin-type)
   (url origin-url))



reply via email to

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