diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-09-06 11:33:10 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-09-06 22:58:12 +0200 |
commit | b452c3b37a09e0d52b55c301a916074760efbafa (patch) | |
tree | ed33527edb05a7a8f42f5ed7d0456781cb576f78 /guix | |
parent | b0ea618fbec2eb64dc60a8b9f0db3ad587e8cdb3 (diff) |
swh: Export <snapshot> accessors.
* guix/swh.scm: Export <snapshot> accessors.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/swh.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guix/swh.scm b/guix/swh.scm index b5c800011d..7b14a70693 100644 --- a/guix/swh.scm +++ b/guix/swh.scm @@ -55,6 +55,9 @@ visit-number visit-snapshot + snapshot? + snapshot-branches + branch? branch-name branch-target |