diff options
| author | Frederick Muriuki Muriithi | 2025-03-17 10:48:44 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-03-17 10:49:29 -0500 |
| commit | 3579ea0bbbcf8158c69a37df226056901358c5b7 (patch) | |
| tree | 365302fdf8e69e916502beecce067b20dbc1d522 | |
| parent | 36caf7caa1285a8ee7733026c35fd0736d29c737 (diff) | |
| download | guix-bioinformatics-3579ea0bbbcf8158c69a37df226056901358c5b7.tar.gz | |
gn-uploader: Add checkout name to help with troubleshooting builds.
| -rw-r--r-- | gn/packages/genenetwork.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index f45c40a..e8e7280 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -479,6 +479,7 @@ storage.") (uri (git-reference (url "https://git.genenetwork.org/gn-uploader") (commit commit))) + (file-name (git-file-name name version)) (hash (content-hash (base32 |
