guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: leocad: Update to 18.02.


From: Tobias Geerinckx-Rice
Subject: 03/07: gnu: leocad: Update to 18.02.
Date: Tue, 20 Mar 2018 14:49:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b5df3e266b8db0c2da9f70e317349c90dac30623
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Mar 20 02:03:27 2018 +0100

    gnu: leocad: Update to 18.02.
    
    * gnu/packages/lego.scm (leocad): Update to 18.02.
---
 gnu/packages/lego.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lego.scm b/gnu/packages/lego.scm
index d5e5de1..84e740f 100644
--- a/gnu/packages/lego.scm
+++ b/gnu/packages/lego.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016, 2017 Eric Bavier <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -72,7 +73,7 @@ restrictions that stem from limitations of the standard RCX 
firmware.")
 (define-public leocad
   (package
     (name "leocad")
-    (version "17.07")
+    (version "18.02")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/leozide/leocad/";
@@ -80,7 +81,7 @@ restrictions that stem from limitations of the standard RCX 
firmware.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "02gm4950zlmsw4sxmdwypgkybn51b02qnmmk6rzjdr8si4k6gikq"))))
+                "189wj221fn08bnsfwy8050bxkjgjwinkn19qdcvb6c2ry2lnfra9"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("qttools" ,qttools)))           ;for lrelease



reply via email to

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