diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:07 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:07 -0500 |
commit | 16f10ac1934335da32ce6dbcf93ad5048fea87c8 (patch) | |
tree | 6ce6869e3aeec808ca26b3f65c5646459ee1a2af | |
parent | 8ca054d768fba923bdfc190b7881c0289321634e (diff) | |
download | guix-techchud-16f10ac1934335da32ce6dbcf93ad5048fea87c8.tar.gz guix-techchud-16f10ac1934335da32ce6dbcf93ad5048fea87c8.tar.bz2 guix-techchud-16f10ac1934335da32ce6dbcf93ad5048fea87c8.zip |
rust xml fix
-rw-r--r-- | unlustig.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unlustig.scm b/unlustig.scm index 549dde4..ba83092 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -2167,7 +2167,7 @@ See winapi for types and constants.") (description "This package provides tools for concurrent programming.") (license (list license:asl2.0 license:expat)))) -(define-public rust-xml-rs-0.3.8-yanked +(define-public rust-xml-rs-0.3 (package (name "rust-xml-rs") (version "0.3.8") ; This version was yanked! |