me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-uuhelp-parser-0.0.25.

* gnu/packages/crates-io.scm (rust-uuhelp-parser-0.0.25): New variable.

Change-Id: I9ebce9fb7267b55cf6d72848ec7bc94fc7db2f15
master
Efraim Flashner 2024-03-31 14:39:13 +03:00
parent 0cb48b1830
commit 6592914739
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 20 additions and 0 deletions

View File

@ -85045,6 +85045,26 @@ first byte.")
(base32 (base32
"0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7")))))) "0zamsj2986shm4x9zncjf2m5qy9scaw7qnxw4f89b2afpg6a8wl7"))))))
(define-public rust-uuhelp-parser-0.0.25
(package
(name "rust-uuhelp-parser")
(version "0.0.25")
(source
(origin
(method url-fetch)
(uri (crate-uri "uuhelp_parser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0gsfy0dkwzlyyq4abwf0c7gks7m1qm0yzl58sl265n5dllr6hymc"))))
(build-system cargo-build-system)
(home-page "https://github.com/uutils/coreutils")
(synopsis
"Collection of functions to parse the markdown code of help files")
(description
"This package provides a collection of functions to parse the markdown code
of help files.")
(license license:expat)))
(define-public rust-uuid-1 (define-public rust-uuid-1
(package (package
(name "rust-uuid") (name "rust-uuid")