guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: ola: Update to 0.10.3.


From: Marius Bakke
Subject: 03/04: gnu: ola: Update to 0.10.3.
Date: Wed, 22 Feb 2017 02:14:57 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 7db818c945cc8d3fe4c75e44d5ceb1dfd6d38cbe
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 22 06:53:43 2017 +0100

    gnu: ola: Update to 0.10.3.
    
    * gnu/packages/lighting.scm (ola): Update to 0.10.3.
---
 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 e70b276..5f816dc 100644
--- a/gnu/packages/lighting.scm
+++ b/gnu/packages/lighting.scm
@@ -36,7 +36,7 @@
 (define-public ola
   (package
     (name "ola")
-    (version "0.10.2")
+    (version "0.10.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -45,7 +45,7 @@
               (patches (search-patches "ola-readdir-r.patch"))
               (sha256
                (base32
-                "09zx1c8nkj29shfdzkahrh9397m3mwnsy0gj7jrb63f89f3n2vlq"))))
+                "1yf1yy9n64n73zjq2bwc0gik0dd3n05297hdrrma2qvb0imzm5h1"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("bison" ,bison)



reply via email to

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