diff options
author | msglm <msglm@techchud.xyz> | 2025-02-10 16:57:07 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-02-10 16:57:07 -0600 |
commit | c3a84c976f53f016a205c3d67409244da189206a (patch) | |
tree | 6ce6869e3aeec808ca26b3f65c5646459ee1a2af | |
parent | 32018ac2ff74e43b916e001181e17127347724ca (diff) | |
download | guix-msglm-c3a84c976f53f016a205c3d67409244da189206a.tar.gz guix-msglm-c3a84c976f53f016a205c3d67409244da189206a.tar.bz2 guix-msglm-c3a84c976f53f016a205c3d67409244da189206a.zip |
-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! |