guix-commits
[Top][All Lists]
Advanced

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

16/17: gnu: ola: Update to 0.10.7.


From: Tobias Geerinckx-Rice
Subject: 16/17: gnu: ola: Update to 0.10.7.
Date: Tue, 14 Aug 2018 11:32:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0d5c879d89339ead8577fbf2f2163bbfe276a883
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 15:00:08 2018 +0200

    gnu: ola: Update to 0.10.7.
    
    * gnu/packages/lighting.scm (ola): Update to 0.10.7.
---
 gnu/packages/lighting.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lighting.scm b/gnu/packages/lighting.scm
index c78d3fe..b91f5c8 100644
--- a/gnu/packages/lighting.scm
+++ b/gnu/packages/lighting.scm
@@ -37,7 +37,7 @@
 (define-public ola
   (package
     (name "ola")
-    (version "0.10.6")
+    (version "0.10.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -46,7 +46,7 @@
               (patches (search-patches "ola-readdir-r.patch"))
               (sha256
                (base32
-                "1w1s4bz0va0ay46qjqd7rlkp3ksx2kqbzsjr3ra71hrla4mk1a16"))))
+                "181imc9qkjm2m1iwrb5ixsckx893nc6qwjfzacsjlqp0jlnj8rca"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)



reply via email to

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