mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 12:09:15 -05:00
gnu: go-github-com-dhowett-go-plist: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-dhowett-go-plist): Update to 1.0.1. Change-Id: I4888fb0af6c10fcb65ccda75ff0437da5f59b44a
This commit is contained in:
parent
cd7098f932
commit
424c6fe0a2
1 changed files with 4 additions and 6 deletions
|
@ -1738,20 +1738,18 @@ (define-public go-github-com-deckarep-golang-set
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-dhowett-go-plist
|
(define-public go-github-com-dhowett-go-plist
|
||||||
(let ((commit "1454fab16a0642638feb0ae98c41f79eccb2a20a")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-dhowett-go-plist")
|
(name "go-github-com-dhowett-go-plist")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "1.0.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/DHowett/go-plist")
|
(url "https://github.com/DHowett/go-plist")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"01c9wmhny2rxywcjipq1xa0xw4qm7yd001239grwxcja3b4n45v8"))))
|
"1gcrxkmdj87xq01458asgxvvijrkih74ydbzfmir1p16xr9z0x39"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments `(#:import-path "howett.net/plist"))
|
(arguments `(#:import-path "howett.net/plist"))
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -1762,7 +1760,7 @@ (define-public go-github-com-dhowett-go-plist
|
||||||
(description "This list transcoder supports encoding/decoding property
|
(description "This list transcoder supports encoding/decoding property
|
||||||
lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go
|
lists (Apple XML, Apple Binary, OpenStep, and GNUStep) from/to arbitrary Go
|
||||||
types.")
|
types.")
|
||||||
(license license:giftware))))
|
(license license:giftware)))
|
||||||
|
|
||||||
(define-public go-github-com-blanu-dust
|
(define-public go-github-com-blanu-dust
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue