Skip to content
Snippets Groups Projects
Unverified Commit aa8fff0c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

store: Clarify 'query-path-hash' docstring.

* guix/store.scm (query-path-hash): Clarify docstring.
parent 14959038
No related branches found
No related tags found
No related merge requests found
......@@ -615,7 +615,7 @@ (define-operation (valid-path? (string path))
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment