1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Update to 1.6.0.

* gnu/packages/golang.scm (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib): Update to 1.6.0.

Change-Id: I49951a2d2b6fd2abac41469045ab4f930d705fc6
This commit is contained in:
Sharlatan Hellseher 2025-01-11 15:58:08 +00:00
parent 6a00dab4c2
commit 101fcb47cf
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1630,7 +1630,7 @@ translated keywords and acts.")
(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
(package
(name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")
(version "1.5.0")
(version "1.6.0")
(source
(origin
(method git-fetch)
@ -1640,7 +1640,7 @@ translated keywords and acts.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1kmdpxrbnxnpsi7dkgk85z005vjyj74b3wxxqrf68wg3svy69620"))))
(base32 "0jw9vlvlx7rrl366kwz47414aciw3r37lwg6h4jq8cj5hb4bqnd9"))))
(build-system go-build-system)
(arguments
`(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib"))