1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +02:00

gnu: go-github-com-matryer-try: Update to 0.0.0-20161228173917-9ac251b645a2.

* gnu/packages/golang-xyz.scm (go-github-com-matryer-try): Update to 0.0.0-20161228173917-9ac251b645a2.

Change-Id: Ib846bc3295ccde07f5a7256dc8c59b4ad64e3c09
This commit is contained in:
Sharlatan Hellseher 2024-12-28 14:51:22 +00:00
parent 927d655aea
commit 5b7db059bd
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -7730,16 +7730,16 @@ functions.")
(define-public go-github-com-matryer-try
(package
(name "go-github-com-matryer-try")
(version "1")
(version "0.0.0-20161228173917-9ac251b645a2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/matryer/try")
(commit (string-append "v" version))))
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "15f0m5ywihivnvwzcw0mh0sg27aky9rkywvxqszxka9q051qvsmy"))))
(base32 "19fnqmpl3p54vmxgm1hmqvdc87brqx754wf3cdhq1bj04fcbb5h9"))))
(build-system go-build-system)
(arguments
(list