~ruther/guix-local

aa8fff0cebd8390c2faf733da79d9a1499458261 — Ludovic Courtès 9 years ago 1495903
store: Clarify 'query-path-hash' docstring.

* guix/store.scm (query-path-hash): Clarify docstring.
1 files changed, 1 insertions(+), 1 deletions(-)

M guix/store.scm
M guix/store.scm => guix/store.scm +1 -1
@@ 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