guix-commits
[Top][All Lists]
Advanced

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

03/05: ci: Fix 'evaluation-spec' binding.


From: guix-commits
Subject: 03/05: ci: Fix 'evaluation-spec' binding.
Date: Tue, 31 Mar 2020 08:56:07 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2c33901fb1f580b50d9649d5e93928172c5d12b7
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Mar 31 12:30:21 2020 +0200

    ci: Fix 'evaluation-spec' binding.
    
    * guix/ci.scm (<evaluation>)[spec]: Add "specification", which is what
    the JSON field is actually called.
---
 guix/ci.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/ci.scm b/guix/ci.scm
index 9e21996..8fd0566 100644
--- a/guix/ci.scm
+++ b/guix/ci.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.
 ;;;
@@ -68,7 +68,7 @@
 (define-json-mapping <evaluation> make-evaluation evaluation?
   json->evaluation
   (id          evaluation-id)                     ;integer
-  (spec        evaluation-spec)                   ;string
+  (spec        evaluation-spec "specification")   ;string
   (complete?   evaluation-complete? "in-progress"
                (match-lambda
                  (0 #t)



reply via email to

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