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:
parent
7dc89dc6a1
commit
fef131b460
@ -219,29 +219,27 @@ information, such as how much storage space is available, free, and used.")
|
|||||||
(license public-domain)))
|
(license public-domain)))
|
||||||
|
|
||||||
(define-public go-github-com-calmh-xdr
|
(define-public go-github-com-calmh-xdr
|
||||||
(let ((commit "08e072f9cb164f943a92eb59f90f3abc64ac6e8f")
|
(package
|
||||||
(revision "0"))
|
(name "go-github-com-calmh-xdr")
|
||||||
(package
|
(version "1.1.0")
|
||||||
(name "go-github-com-calmh-xdr")
|
(source (origin
|
||||||
(version (git-version "2.0.1" revision commit))
|
(method git-fetch)
|
||||||
(source (origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/calmh/xdr")
|
||||||
(uri (git-reference
|
(commit (string-append "v" version))))
|
||||||
(url "https://github.com/calmh/xdr")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32
|
||||||
(sha256
|
"072wqdncz3nd4a3zkhvzzx1y3in1lm29wfvl0d8wrnqs5pyqh0mh"))))
|
||||||
(base32
|
(build-system go-build-system)
|
||||||
"072wqdncz3nd4a3zkhvzzx1y3in1lm29wfvl0d8wrnqs5pyqh0mh"))))
|
(arguments
|
||||||
(build-system go-build-system)
|
`(#:import-path "github.com/calmh/xdr"))
|
||||||
(arguments
|
(synopsis "XDR marshalling and unmarshalling")
|
||||||
`(#:import-path "github.com/calmh/xdr"))
|
(description "XDR is an External Data Representation (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
|
marshalling and unmarshalling library in Go. It uses code generation and not
|
||||||
reflection.")
|
reflection.")
|
||||||
(home-page "https://github.com/calmh/xdr")
|
(home-page "https://github.com/calmh/xdr")
|
||||||
(license expat))))
|
(license expat)))
|
||||||
|
|
||||||
(define-public go-github-com-d4l3k-messagediff
|
(define-public go-github-com-d4l3k-messagediff
|
||||||
(package
|
(package
|
||||||
|
Loading…
x
Reference in New Issue
Block a user