summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-24 20:22:09 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-01-21 23:41:46 +0000
commitf4c42a3154cc3bc351348f56d8dcde3a2a9d5d80 (patch)
tree285c9ce79c1665e5342e8cbcaca8d130eabc9e45
parent06902295e6fb344a7d74ae0e66e227dafa4a78ad (diff)
gnu: go-github-com-aki237-nscjar: Update to 0.0.0-20210417074043-bbb606196143.
* gnu/packages/golang.scm (go-github-com-aki237-nscjar): Update to 0.0.0-20210417074043-bbb606196143. Change-Id: If622ca83d770e3dc2db931f66d34316768c81949
-rw-r--r--gnu/packages/golang.scm10
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 84fcffd368..14d3729e42 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2440,20 +2440,18 @@ writers can be supplied for alternate environments.")
(license license:expat))))
(define-public go-github-com-aki237-nscjar
- (let ((commit "e2df936ddd6050d30dd90c7214c02b5019c42f06")
- (revision "0"))
(package
(name "go-github-com-aki237-nscjar")
- (version (git-version "0.0.0" revision commit))
+ (version "0.0.0-20210417074043-bbb606196143")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aki237/nscjar")
- (commit commit)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
- "03y7zzq12qvhsq86lb06sgns8xrkblbn7i7wd886wk3zr5574b96"))))
+ "0vbagy9g795b17lnnkkm2f3pcrkxrzc4qbzc656g2cdkdprdyb4m"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/aki237/nscjar"))
@@ -2462,7 +2460,7 @@ writers can be supplied for alternate environments.")
Netscape/Mozilla's old-style cookie files. It also implements a simple cookie
jar struct to manage the cookies added to the cookie jar.")
(home-page "https://github.com/aki237/nscjar")
- (license license:expat))))
+ (license license:expat)))
(define-public go-github-com-gizak-termui
(package