diff options
-rw-r--r-- | gnu/packages/golang.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e201ac8e4c..3a8c889a42 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -502,6 +502,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (uri (git-reference (url "https://github.com/alsm/ioprogress.git") (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "10ym5qlq77nynmkxbk767f2hfwyxg2k7hrzph05hvgzv833dhivh")))) |