summaryrefslogtreecommitdiff
path: root/guix/store.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-05-17 13:50:10 +0200
committerLudovic Courtès <ludo@gnu.org>2016-05-17 14:02:48 +0200
commitaa8fff0cebd8390c2faf733da79d9a1499458261 (patch)
tree524817c6df1249461b114d741a0fbece25aa7b17 /guix/store.scm
parent149590380adb240e0993931b4f72e6f285b24483 (diff)
downloadguix-patches-aa8fff0cebd8390c2faf733da79d9a1499458261.tar
guix-patches-aa8fff0cebd8390c2faf733da79d9a1499458261.tar.gz
store: Clarify 'query-path-hash' docstring.
* guix/store.scm (query-path-hash): Clarify docstring.
Diffstat (limited to 'guix/store.scm')
-rw-r--r--guix/store.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/store.scm b/guix/store.scm
index f352a99cbd..4d89f4a413 100644
--- a/guix/store.scm
+++ b/guix/store.scm
@@ -615,7 +615,7 @@ store directory (/gnu/store)."
boolean)
(define-operation (query-path-hash (store-path path))
- "Return the SHA256 hash of PATH as a bytevector."
+ "Return the SHA256 hash of the nar serialization of PATH as a bytevector."
base16)
(define hash-part->path