mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: fstrm: Update to 0.6.1.
* gnu/packages/protobuf.scm (fstrm): Update to 0.6.1. [license]: Update too.
This commit is contained in:
parent
6f3961ec00
commit
b167c54e51
1 changed files with 5 additions and 6 deletions
|
@ -49,15 +49,14 @@ (define-module (gnu packages protobuf)
|
|||
(define-public fstrm
|
||||
(package
|
||||
(name "fstrm")
|
||||
(version "0.3.2")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://dl.farsightsecurity.com/dist/" name "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(uri (string-append "https://dl.farsightsecurity.com/dist/fstrm/"
|
||||
"fstrm-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1i9y8a1712aj80p5a1kcp378bnjrg3s2127q7304hklhmjcrjl1d"))))
|
||||
(base32 "13q9iz5fpp607zvk0i39158fvvjciz4y5k14rly94b9ak0gar95w"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
@ -79,7 +78,7 @@ (define-public fstrm
|
|||
Frame Streams can be used either as a streaming transport over a reliable byte
|
||||
stream socket (TCP sockets, TLS connections, @code{AF_UNIX} sockets, etc.) for
|
||||
data in motion, or as a file format for data at rest.")
|
||||
(license (list license:asl2.0
|
||||
(license (list license:expat
|
||||
(license:non-copyleft #f "See libmy/argv*")))))
|
||||
|
||||
(define-public protobuf
|
||||
|
|
Loading…
Reference in a new issue