diff options
Diffstat (limited to 'gnu/packages/golang.scm')
-rw-r--r-- | gnu/packages/golang.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index e201ac8e4c..20a8c538be 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")))) @@ -527,6 +528,7 @@ writers can be supplied for alternate environments.") (uri (git-reference (url "https://github.com/aki237/nscjar.git") (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "03y7zzq12qvhsq86lb06sgns8xrkblbn7i7wd886wk3zr5574b96")))) @@ -551,6 +553,7 @@ jar struct to manage the cookies added to the cookie jar.") (uri (git-reference (url "https://github.com/davidjpeacock/cli.git") (commit commit))) + (file-name (git-file-name name version)) (sha256 (base32 "01s53ny3p0fdx64rnwcnmjj4xpc5adihnh6islsfq5z1ph2phhnj")))) |