guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libredwg: Update to 0.12.1.


From: guix-commits
Subject: branch master updated: gnu: libredwg: Update to 0.12.1.
Date: Sat, 20 Feb 2021 19:25:33 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 48ed66a  gnu: libredwg: Update to 0.12.1.
48ed66a is described below

commit 48ed66a63249c2abb1c991b1b84945aa0c9eb52c
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sat Feb 20 04:08:36 2021 -0300

    gnu: libredwg: Update to 0.12.1.
    
    * gnu/packages/engineering.scm (libredwg): Update to 0.12.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 11585f6..034dabc 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1215,14 +1215,14 @@ use on a given system.")
 (define-public libredwg
   (package
     (name "libredwg")
-    (version "0.12")
+    (version "0.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnu/libredwg/libredwg-"
              version ".tar.xz"))
        (sha256
-        (base32 "0z5algzi3alq166885y0qyj2gnc7gc6vhnz7nw0kwc0d236p6md8"))))
+        (base32 "0a1ih91nn5rh7v8li2ljppm8iacrnv8nkdpzshbdggl5f0mm1pyy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-bindings")))



reply via email to

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