guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vc: Update to 1.3.3.


From: Leo Famulari
Subject: 01/01: gnu: vc: Update to 1.3.3.
Date: Fri, 23 Feb 2018 13:18:41 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 853b0292093f0168bded5a1bd18409232407132f
Author: Leo Famulari <address@hidden>
Date:   Fri Dec 29 17:36:41 2017 -0500

    gnu: vc: Update to 1.3.3.
    
    * gnu/packages/maths.scm (vc): Update to 1.3.3.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6be4c69..25e1d5a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3435,14 +3435,14 @@ supports compressed MAT files, as well as newer 
(version 7.3) MAT files.")
 (define-public vc
   (package
     (name "vc")
-    (version "1.2.0")
+    (version "1.3.3")
     (source
       (origin (method url-fetch)
               (uri (string-append "https://github.com/VcDevel/Vc/releases/";
                                   "download/" version "/Vc-" version 
".tar.gz"))
               (sha256
                (base32
-                "1rh6dhqar3y07n4xqyml0sa0v48qv3ch9dc3yc2in855hlh4vnqi"))))
+                "1zmlpn32jzb38smp3j834llmbix3whsrbw0h397qxysbw792kih8"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags



reply via email to

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