guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: fstrm: Update to 0.6.1.


From: guix-commits
Subject: 03/05: gnu: fstrm: Update to 0.6.1.
Date: Wed, 27 Jul 2022 07:47:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b167c54e517f8fc5025e6e3bc0cbfaa80461c214
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:08 2022 +0200

    gnu: fstrm: Update to 0.6.1.
    
    * gnu/packages/protobuf.scm (fstrm): Update to 0.6.1.
    [license]: Update too.
---
 gnu/packages/protobuf.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index daf7b933ad..4fc893e416 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -49,15 +49,14 @@
 (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 @@ XML, JSON, MessagePack, YAML, etc.
 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]