* [bug#45491] [PATCH] gnu: minixml: Update to 3.2.
@ 2020-12-28 11:59 Vincent Legoll
2020-12-31 13:16 ` bug#45491: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-28 11:59 UTC (permalink / raw)
To: 45491; +Cc: Vincent Legoll
* gnu/packages/xml.scm (minixml): Update to 3.2.
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9dc37addf4..ca62dfbeef 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1125,7 +1125,7 @@ Libxml2).")
(define-public minixml
(package
(name "minixml")
- (version "2.12")
+ (version "3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/michaelrsweet/mxml/"
@@ -1133,7 +1133,7 @@ Libxml2).")
"/mxml-" version ".tar.gz"))
(sha256
(base32
- "0kq3wiycb40dcyswvajrqb1n5ffm5xcnsfxxaml92vhpl6x57yvb"))))
+ "0x698ayv00vrjg0yfm20lakpgl7m02x1fk2n09wygwk4973gd55q"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45491: [PATCH] gnu: minixml: Update to 3.2.
2020-12-28 11:59 [bug#45491] [PATCH] gnu: minixml: Update to 3.2 Vincent Legoll
@ 2020-12-31 13:16 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-12-31 13:16 UTC (permalink / raw)
To: Vincent Legoll; +Cc: 45491-done
[-- Attachment #1: Type: text/plain, Size: 258 bytes --]
I also updated the home-page. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-31 13:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-28 11:59 [bug#45491] [PATCH] gnu: minixml: Update to 3.2 Vincent Legoll
2020-12-31 13:16 ` bug#45491: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.