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.
This commit is contained in:
Leo Famulari 2019-03-13 17:26:19 -04:00
parent 7dc89dc6a1
commit fef131b460
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 19 additions and 21 deletions

View File

@ -219,16 +219,14 @@ 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))
(version "1.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/calmh/xdr")
(commit commit)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
@ -241,7 +239,7 @@ information, such as how much storage space is available, free, and used.")
marshalling and unmarshalling library in Go. It uses code generation and not
reflection.")
(home-page "https://github.com/calmh/xdr")
(license expat))))
(license expat)))
(define-public go-github-com-d4l3k-messagediff
(package