[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/31: gnu: go-github-com-calmh-xdr: Update to 1.1.0.
From: |
guix-commits |
Subject: |
24/31: gnu: go-github-com-calmh-xdr: Update to 1.1.0. |
Date: |
Thu, 14 Mar 2019 15:34:45 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit fef131b4604ca4a9d9b395c16d1c87f1ff32a1c0
Author: Leo Famulari <address@hidden>
Date: Wed Mar 13 17:26:19 2019 -0400
gnu: go-github-com-calmh-xdr: Update to 1.1.0.
The diff shows this package being downgraded from 2.0.1 to 1.1.0.
However, '2.0.1' was a typo — it should have read 1.0.1.
* gnu/packages/syncthing.scm (go-github-com-calmh-xdr): Update to 1.1.0.
---
gnu/packages/syncthing.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index c6b986c..20933b3 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -219,29 +219,27 @@ information, such as how much storage space is available,
free, and used.")
(license public-domain)))
(define-public go-github-com-calmh-xdr
- (let ((commit "08e072f9cb164f943a92eb59f90f3abc64ac6e8f")
- (revision "0"))
- (package
- (name "go-github-com-calmh-xdr")
- (version (git-version "2.0.1" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/calmh/xdr")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "072wqdncz3nd4a3zkhvzzx1y3in1lm29wfvl0d8wrnqs5pyqh0mh"))))
- (build-system go-build-system)
- (arguments
- `(#:import-path "github.com/calmh/xdr"))
- (synopsis "XDR marshalling and unmarshalling")
- (description "XDR is an External Data Representation (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
+ `(#:import-path "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.")
- (home-page "https://github.com/calmh/xdr")
- (license expat))))
+ (home-page "https://github.com/calmh/xdr")
+ (license expat)))
(define-public go-github-com-d4l3k-messagediff
(package
- 31/31: gnu: Syncthing: Stop using bundled dependencies., (continued)
- 31/31: gnu: Syncthing: Stop using bundled dependencies., guix-commits, 2019/03/14
- 02/31: build-system/go: Build with a filesystem union of Go dependencies., guix-commits, 2019/03/14
- 12/31: gnu: Add go-github-com-audriusbutkevicius-recli., guix-commits, 2019/03/14
- 23/31: gnu: Add go-github-com-flynn-archive-go-shlex., guix-commits, 2019/03/14
- 10/31: gnu: go-github-com-lib-pq: Update to 1.0.0., guix-commits, 2019/03/14
- 26/31: gnu: Add go-github-com-prometheus-common-internal-bitbucket-org-ww-goautoneg., guix-commits, 2019/03/14
- 08/31: gnu: go-github-com-sasha-s-go-deadlock: Update to 0.2.0., guix-commits, 2019/03/14
- 05/31: gnu: go-github-com-d4l3k-messagediff: Update to 1.2.1., guix-commits, 2019/03/14
- 28/31: gnu: Remove go-github-com-audriusbutkevicius-pfilter., guix-commits, 2019/03/14
- 09/31: gnu: go-github-com-thejerf-suture: Update to 3.0.2., guix-commits, 2019/03/14
- 24/31: gnu: go-github-com-calmh-xdr: Update to 1.1.0.,
guix-commits <=
- 20/31: gnu: go-github-com-urfave-cli: Update to 1.20.0-0.693af58., guix-commits, 2019/03/14
- 21/31: gnu: Add go-github-com-gogo-protobuf-gogoproto., guix-commits, 2019/03/14
- 17/31: gnu: Go networking libraries: Update to 0.0.0-2.351d144., guix-commits, 2019/03/14
- 04/31: gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 4.0.0-0.a60f8e7., guix-commits, 2019/03/14
- 19/31: gnu: go-github-com-mattn-go-isatty: Use upstream version string., guix-commits, 2019/03/14
- 29/31: gnu: Provide the full 'rollinghash' Go library., guix-commits, 2019/03/14
- 18/31: gnu: go-golang-org-x-sys-unix: Update to 0.0.0-2.4d1cda0., guix-commits, 2019/03/14
- 15/31: gnu: go-gopkg.in-check.v1: Update to 0.0.0-1.788fd78., guix-commits, 2019/03/14
- 13/31: gnu: Add go-github-com-kr-text., guix-commits, 2019/03/14
- 07/31: gnu: go-github-com-pkg-errors: Update to 0.8.1., guix-commits, 2019/03/14