summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-05-24 18:36:59 +0200
committerGuix Patches Tester <>2020-05-24 21:37:00 +0100
commit3de9adc6ba65518ea100227cca3ce707ea3d2c5b (patch)
tree108ef853e4a246ee727741823ce3c932955951b1
parent0cbb5390e4722d985d758cb788139fa86f7764c9 (diff)
downloadpatches-series-4082.tar
patches-series-4082.tar.gz
guix: print: Update deprecated methodseries-4082
* guix/import/print.scm (source->code): Replace origin-sha256 with origin-hash
-rw-r--r--guix/import/print.scm2
1 files changed, 1 insertions, 1 deletions
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