[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#46656] [PATCH] gnu: libredwg: Update to 0.12.1.
From: |
Vinicius Monego |
Subject: |
[bug#46656] [PATCH] gnu: libredwg: Update to 0.12.1. |
Date: |
Sat, 20 Feb 2021 04:08:36 -0300 |
* gnu/packages/engineering.scm (libredwg): Update to 0.12.1.
---
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 11585f6234..034dabc3f9 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")))
--
2.30.1
- [bug#46656] [PATCH] gnu: libredwg: Update to 0.12.1.,
Vinicius Monego <=