guix-commits
[Top][All Lists]
Advanced

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

07/20: gnu: protozero: Update to 1.6.5.


From: guix-commits
Subject: 07/20: gnu: protozero: Update to 1.6.5.
Date: Tue, 19 Feb 2019 04:03:10 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 257c826c918f9897a4219afe86e6558f03350d5f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Feb 18 23:21:52 2019 +0100

    gnu: protozero: Update to 1.6.5.
    
    * gnu/packages/geo.scm (protozero): Update to 1.6.5.
    Re-indent.
---
 gnu/packages/geo.scm | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 6ea89dc..8a8d220 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Alex Griffin <address@hidden>
 ;;; Copyright © 2017, 2018 Björn Höfling <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2018 Joshua Sierles, Nextjournal <address@hidden>
@@ -743,16 +743,15 @@ to create databases that are optimized for 
rendering/tile/map-services.")
 (define-public protozero
   (package
     (name "protozero")
-    (version "1.6.3")
+    (version "1.6.5")
     (source
-      (origin
-        (method url-fetch)
-        (uri (string-append "https://github.com/mapbox/protozero/archive/v";
-                            version ".tar.gz"))
-    (file-name (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1xaj4phz1r7xn0vgdfvfkz8b0bizgb6mavjky1zqcvdmbwgwgly5"))))
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/mapbox/protozero/archive/v";
+                           version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0y12wz9v5w2gjfipyrw7v1gchnhivzlkkfax37i69l3yp9npimly"))))
     (build-system cmake-build-system)
     (home-page "https://github.com/mapbox/protozero";)
     (synopsis "Minimalistic protocol buffer decoder and encoder in C++")
@@ -760,8 +759,8 @@ to create databases that are optimized for 
rendering/tile/map-services.")
 encoder in C++.  The developer using protozero has to manually translate the
 @file{.proto} description into code.")
     (license (list
-               license:asl2.0; for folly
-               license:bsd-2))))
+              license:asl2.0            ; for folly
+              license:bsd-2))))
 
 (define-public libosmium
   (package



reply via email to

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