guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: 03/03: store: Clarify 'query-path-hash' docstring.
Date: Tue, 17 May 2016 12:03:35 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit aa8fff0cebd8390c2faf733da79d9a1499458261
Author: Ludovic Courtès <address@hidden>
Date:   Tue May 17 13:50:10 2016 +0200

    store: Clarify 'query-path-hash' docstring.
    
    * guix/store.scm (query-path-hash): Clarify docstring.
---
 guix/store.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/store.scm b/guix/store.scm
index f352a99..4d89f4a 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]