emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41510: closed ([PATCH] guix: print: Update deprecated method)


From: GNU bug Tracking System
Subject: bug#41510: closed ([PATCH] guix: print: Update deprecated method)
Date: Mon, 07 Dec 2020 11:41:02 +0000

Your message dated Mon, 07 Dec 2020 12:40:29 +0100
with message-id <875z5d26aa.fsf@gnu.org>
and subject line Re: [bug#41510] [PATCH] guix: print: Update deprecated method
has caused the debbugs.gnu.org bug report #41510,
regarding [PATCH] guix: print: Update deprecated method
to be marked as done.

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


-- 
41510: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41510
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] guix: print: Update deprecated method Date: Sun, 24 May 2020 16:41:30 +0000
Hi,

This patch corrects the following warning:

guix/import/print.scm:77:21: warning: 'origin-sha256' is deprecated, use 
'origin-hash' instead


Best,
Ekaitz




>From ac21251092570bd426505f98d4415781e7c66147 Mon Sep 17 00:00:00 2001
From: Ekaitz Zarraga <ekaitz@elenq.tech>
Date: Sun, 24 May 2020 18:36:59 +0200
Subject: [PATCH] guix: print: Update deprecated method

    * guix/import/print.scm (source->code): Replace origin-sha256 with
    origin-hash
---
 guix/import/print.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/import/print.scm b/guix/import/print.scm
index 11cc218285..afbb680607 100644
--- a/guix/import/print.scm
+++ b/guix/import/print.scm
@@ -74,7 +74,7 @@ when evaluated."
   (define (source->code source version)
     (let ((uri       (origin-uri source))
           (method    (origin-method source))
-          (sha256    (origin-sha256 source))
+          (sha256    (origin-hash source))
           (file-name (origin-file-name source))
           (patches   (origin-patches source)))
       `(origin
--
2.26.2





--- End Message ---
--- Begin Message --- Subject: Re: [bug#41510] [PATCH] guix: print: Update deprecated method Date: Mon, 07 Dec 2020 12:40:29 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

Ekaitz Zarraga <ekaitz@elenq.tech> skribis:

> This patch corrects the following warning:
>
> guix/import/print.scm:77:21: warning: 'origin-sha256' is deprecated, use 
> 'origin-hash' instead

This was fixed in a9105c2c4c97ffbdb1b09dadc14773566924ab59.

Closing!

Ludo’.


--- End Message ---

reply via email to

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