gnu: go-github-com-golang-snappy: Update to 0.0.4.
* gnu/packages/syncthing.scm (go-github-com-golang-snappy): Update to 0.0.4.master
parent
314beace60
commit
4ac2e09051
|
@ -5,6 +5,7 @@
|
||||||
;;; Copyright © 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
|
||||||
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
|
;;; Copyright © 2021 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -404,20 +405,18 @@ processes.")
|
||||||
(license asl2.0))))
|
(license asl2.0))))
|
||||||
|
|
||||||
(define-public go-github-com-golang-snappy
|
(define-public go-github-com-golang-snappy
|
||||||
(let ((commit "553a641470496b2327abcac10b36396bd98e45c9")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-golang-snappy")
|
(name "go-github-com-golang-snappy")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/golang/snappy")
|
(url "https://github.com/golang/snappy")
|
||||||
(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
|
||||||
"0kssxnih1l722hx9219c7javganjqkqhvl3i0hp0hif6xm6chvqk"))))
|
"004cw699yz3pdpawhjhpa0y94c4w479nw1rf39zj6h6027kpwv2j"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/golang/snappy"))
|
`(#:import-path "github.com/golang/snappy"))
|
||||||
|
@ -425,7 +424,7 @@ processes.")
|
||||||
(description "This package provides a Go implementation of the Snappy
|
(description "This package provides a Go implementation of the Snappy
|
||||||
compression format.")
|
compression format.")
|
||||||
(home-page "https://github.com/golang/snappy")
|
(home-page "https://github.com/golang/snappy")
|
||||||
(license bsd-3))))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-jackpal-gateway
|
(define-public go-github-com-jackpal-gateway
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue