[PATCH] gnu: minixml: Update to 3.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228115945.9220-1-vincent.legoll@gmail.com
* gnu/packages/xml.scm (minixml): Update to 3.2.
---
gnu/packages/xml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45491-done@debbugs.gnu.org)
X+3PHG8dvDw+f/Wo@3900XT
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/tzxsACgkQQarn3Mo9
g1G7nQ/7B7MrDZnsU+S/jGe7s0AWVscLlRa/EGQ1daIUEMJcgCpcdzh9cEfZvlSf
YkqX6R+29SFP6w5gMTVWnhtrhIIeNGfPd9yqBAs0/1s26sdk4PY+VNQjTKniz7mR
suxnNeu5qVOaGq18bdLwLyShgiyZtWs65LiUG2/ygUkOcYDYXqRPeB5wIIJPbEvI
pzuP0mazThPSm1iznNPZ7DJNvuAlWS1ypZi3jrgF24sXln/AGCVDxojMvXMgLKFx
evirGd0ae6JPf1daqg2ebdOM9rm5gn+mGVKpwlZa+ikMxw1vXqpYoz3K6iVTshhR
vYTk8VYHNF6ZtLfcw2TfwwaM9IXXP+cA/uwCX0YeRjV+Nj4KDix/KCyTjqYhF0BG
7bK7i39nkxjQ74I30hlbw/WHjDlkEXByJ7pe/etm/uruBPFi4fjAsx5netmSKkRy
JhcwlmkgAo562CmEEs1pSksmQZlCu1bGhDdLiFlULEpaySG8O52h3Cd7Bx8KDQfW
yZrsa1vQLfVWj2IXgITMqGXkvIuwWuPNgT+zAeibZpgeqEDjMWIPjUSiJTUhr20E
vtXKHSjLdzcB4vH5binpGkdpskmCulSWNDjRsaNODwcTotrzSdMBGtTPMqOBSPsX
u+mfept+Uxa6Rsd2lzDlO91CIgQbJYPIernyNNTXX+UY181e92w=
=AIrn
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45491@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45491
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help