mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: go-torproject-org-pluggable-transports-goptlib: Move to (gnu packages golang-crypto).
* gnu/packages/golang.scm (go-torproject-org-pluggable-transports-goptlib): Move from here ... gnu/packages/golang-crypto.scm: ... to here. Change-Id: I3bc97e64bd3680405c90eb84c2d7d3c7ff9092e0
This commit is contained in:
parent
849f219b72
commit
b41bcc0434
2 changed files with 24 additions and 23 deletions
|
@ -8,6 +8,7 @@
|
||||||
;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca>
|
;;; Copyright © 2021 Collin J. Doering <collin@rekahsoft.ca>
|
||||||
;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org>
|
;;; Copyright © 2021 LibreMiami <packaging-guix@libremiami.org>
|
||||||
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
;;; Copyright © 2021 Raghav Gururajan <rg@raghavgururajan.name>
|
||||||
|
;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
|
||||||
;;; Copyright © 2021 Vagrant Cascadian <vagrant@debian.org>
|
;;; Copyright © 2021 Vagrant Cascadian <vagrant@debian.org>
|
||||||
;;; Copyright © 2022 (unmatched-parenthesis <paren@disroot.org>
|
;;; Copyright © 2022 (unmatched-parenthesis <paren@disroot.org>
|
||||||
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
|
||||||
|
@ -971,6 +972,29 @@ (define-public go-lukechampine-com-blake3
|
||||||
performance for large inputs and outputs.")
|
performance for large inputs and outputs.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-torproject-org-pluggable-transports-goptlib
|
||||||
|
(package
|
||||||
|
(name "go-torproject-org-pluggable-transports-goptlib")
|
||||||
|
(version "1.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri
|
||||||
|
(git-reference
|
||||||
|
(url "https://git.torproject.org/pluggable-transports/goptlib")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:import-path "git.torproject.org/pluggable-transports/goptlib.git"))
|
||||||
|
(home-page "https://gitweb.torproject.org/pluggable-transports/goptlib.git/")
|
||||||
|
(synopsis "Go pluggable transports library")
|
||||||
|
(description "GoPtLib is a library for writing Tor pluggable transports in
|
||||||
|
Go.")
|
||||||
|
(license license:cc0)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
||||||
;;; of a merge conflict, place them above by existing packages with similar
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
|
@ -2371,29 +2371,6 @@ (define-public go-github-com-wraparound-wrap
|
||||||
translated keywords and acts.")
|
translated keywords and acts.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public go-torproject-org-pluggable-transports-goptlib
|
|
||||||
(package
|
|
||||||
(name "go-torproject-org-pluggable-transports-goptlib")
|
|
||||||
(version "1.1.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri
|
|
||||||
(git-reference
|
|
||||||
(url "https://git.torproject.org/pluggable-transports/goptlib")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "1lh938194hvkf8pqgnxwf6hvjv9rv0j3kasi07r2ckrj8sxzk4jc"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:import-path "git.torproject.org/pluggable-transports/goptlib.git"))
|
|
||||||
(home-page "https://gitweb.torproject.org/pluggable-transports/goptlib.git/")
|
|
||||||
(synopsis "Go pluggable transports library")
|
|
||||||
(description "GoPtLib is a library for writing Tor pluggable transports in
|
|
||||||
Go.")
|
|
||||||
(license license:cc0)))
|
|
||||||
|
|
||||||
(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
|
(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
|
||||||
(package
|
(package
|
||||||
(name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")
|
(name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")
|
||||||
|
|
Loading…
Reference in a new issue