emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45685: closed ([PATCH] gnu: libredwg: Update to 0.12.)


From: GNU bug Tracking System
Subject: bug#45685: closed ([PATCH] gnu: libredwg: Update to 0.12.)
Date: Wed, 13 Jan 2021 15:07:02 +0000

Your message dated Wed, 13 Jan 2021 16:06:22 +0100
with message-id <87wnwg98r5.fsf@gnu.org>
and subject line Re: bug#45685: [PATCH] gnu: libredwg: Update to 0.12.
has caused the debbugs.gnu.org bug report #45685,
regarding [PATCH] gnu: libredwg: Update to 0.12.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45685: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45685
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: libredwg: Update to 0.12. Date: Tue, 5 Jan 2021 20:20:14 -0300
* gnu/packages/engineering.scm (libredwg): Update to 0.12.
---
 gnu/packages/engineering.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5166a4635c..826e2d89b6 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -19,7 +19,7 @@
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
 ;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
-;;; Copyright © 2020 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2020, 2021 Vinicius Monego <monego@posteo.net>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -1214,14 +1214,14 @@ use on a given system.")
 (define-public libredwg
   (package
     (name "libredwg")
-    (version "0.11.1")
+    (version "0.12")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnu/libredwg/libredwg-"
              version ".tar.xz"))
        (sha256
-        (base32 "1xx6y6ckm4mzqln8y8lqf5frcn2b32ypc0d0h9dzpz6363zh7pdn"))))
+        (base32 "0z5algzi3alq166885y0qyj2gnc7gc6vhnz7nw0kwc0d236p6md8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-bindings")))
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#45685: [PATCH] gnu: libredwg: Update to 0.12. Date: Wed, 13 Jan 2021 16:06:22 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Vinicius Monego <monego@posteo.net> skribis:

> * gnu/packages/engineering.scm (libredwg): Update to 0.12.

Applied, thanks!


--- End Message ---

reply via email to

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