[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/88: gnu: Remove go-github-com-calmh-xdr.
From: |
guix-commits |
Subject: |
01/88: gnu: Remove go-github-com-calmh-xdr. |
Date: |
Fri, 6 Dec 2024 16:17:16 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit ddc8bd42b40875b1b1624e545d5e7f0f13216493
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Nov 23 21:05:15 2024 +0000
gnu: Remove go-github-com-calmh-xdr.
* gnu/packages/golang-xyz.scm (go-github-com-calmh-xdr): Delete variable.
Change-Id: I5414a14b093819d1f17d5eb9791f29a705daa5fe
---
gnu/packages/golang-xyz.scm | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index a974c00cbd..069dde5bc5 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1457,33 +1457,6 @@ indicator to any terminal application.")
similar to Go's standard library @code{json} and @code{xml} package.")
(license license:expat)))
-;; XXX: This repository has been archived by the owner on Feb 21, 2018. It is
-;; now read-only.
-(define-public go-github-com-calmh-xdr
- (package
- (name "go-github-com-calmh-xdr")
- (version "1.1.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/calmh/xdr")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "072wqdncz3nd4a3zkhvzzx1y3in1lm29wfvl0d8wrnqs5pyqh0mh"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/calmh/xdr"))
- (home-page "https://github.com/calmh/xdr")
- (synopsis "XDR marshalling and unmarshalling")
- (description
- "XDR is an External Data Representation (XDR)
-marshalling and unmarshalling library in Go. It uses code generation and not
-reflection.")
- (license license:expat)))
-
(define-public go-github-com-caarlos0-env
(package
(name "go-github-com-caarlos0-env")
- branch go-team created (now 6f0c1a439b), guix-commits, 2024/12/06
- 06/88: gnu: go-github-com-kylelemons-godebug: Move to golang-xyz., guix-commits, 2024/12/06
- 03/88: gnu: go-github-com-russross-blackfriday: Move to golang-xyz., guix-commits, 2024/12/06
- 05/88: gnu: go-github-com-kylelemons-godebug: Improve style., guix-commits, 2024/12/06
- 01/88: gnu: Remove go-github-com-calmh-xdr.,
guix-commits <=
- 09/88: gnu: go-github-com-spf13-cast: Update to 1.7.0., guix-commits, 2024/12/06
- 10/88: gnu: go-github-com-spf13-pflag: Add a maintenance note., guix-commits, 2024/12/06
- 14/88: gnu: go-github-com-spf13-cast: Move to golang-xyz., guix-commits, 2024/12/06
- 18/88: gnu: go-github-com-spf13-viper: Move to golang-xyz., guix-commits, 2024/12/06
- 20/88: gnu: go-github-com-nxadm-tail: Move to golang-xyz., guix-commits, 2024/12/06
- 21/88: gnu: go-github-com-twpayne-go-vfs: Update to 5.0.4., guix-commits, 2024/12/06
- 25/88: gnu: go-github-com-bmatcuk-doublestar-v3: Enable tests., guix-commits, 2024/12/06
- 12/88: gnu: go-github-com-spf13-afero: Move to golang-xyz., guix-commits, 2024/12/06
- 19/88: gnu: go-github-com-nxadm-tail: Update to 1.4.11., guix-commits, 2024/12/06
- 22/88: gnu: go-github-com-twpayne-go-vfs: Move to golang-xyz., guix-commits, 2024/12/06