mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: go-github-com-elliotchance-orderedmap: Update to 1.6.0.
* gnu/packages/golang-xyz.scm (go-github-com-elliotchance-orderedmap): Update to 1.6.0. Change-Id: I8c745a00bf21ad11ec54cf5f6be1c35d2957baa6
This commit is contained in:
parent
d4f3fdda27
commit
37458248c5
1 changed files with 4 additions and 4 deletions
|
@ -1961,7 +1961,7 @@ scanner API made public.")
|
||||||
(define-public go-github-com-elliotchance-orderedmap
|
(define-public go-github-com-elliotchance-orderedmap
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-elliotchance-orderedmap")
|
(name "go-github-com-elliotchance-orderedmap")
|
||||||
(version "1.5.1")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1970,7 +1970,7 @@ scanner API made public.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06gq5hsgfmzfr46wds366ghyn16qkygyz83vrsgargf4l7db9zg7"))))
|
(base32 "1hhyk96l6mfijkay9ga6jqpczpn34fbqkjrqj3v9pf5p1hzd0xdx"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/elliotchance/orderedmap"))
|
(list #:import-path "github.com/elliotchance/orderedmap"))
|
||||||
|
@ -1979,8 +1979,8 @@ scanner API made public.")
|
||||||
(home-page "https://github.com/elliotchance/orderedmap")
|
(home-page "https://github.com/elliotchance/orderedmap")
|
||||||
(synopsis "Go ordered map library")
|
(synopsis "Go ordered map library")
|
||||||
(description
|
(description
|
||||||
"This package provides a ordered map library that maintains amortized O(1)
|
"This package provides a ordered map library that maintains amortized
|
||||||
for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
|
O(1) for @code{Set}, @code{Get}, @code{Delete} and @code{Len}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-emersion-go-ical
|
(define-public go-github-com-emersion-go-ical
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue