mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 23:18:33 +01:00
store: Clarify 'query-path-hash' docstring.
* guix/store.scm (query-path-hash): Clarify docstring.
This commit is contained in:
parent
149590380a
commit
aa8fff0ceb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue