mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add rust-take-mut-0.2.
* gnu/packages/crates-io.scm (rust-take-mut-0.2): New variable.
This commit is contained in:
parent
d7589c2263
commit
1082609875
1 changed files with 18 additions and 0 deletions
|
@ -24560,6 +24560,24 @@ (define-public rust-syslog-3.3
|
|||
(description "Send log messages to syslog.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-take-mut-0.2
|
||||
(package
|
||||
(name "rust-take-mut")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "take_mut" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0q2d7w6nd5bl7bay5csq065sjg8fw0jcx6hl1983cpzf25fh0r7p"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/Sgeo/take_mut")
|
||||
(synopsis "Take a T from a &mut T temporarily")
|
||||
(description "This package lets you temporarily take a T from a &mut T.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-takeable-option-0.4
|
||||
(package
|
||||
(name "rust-takeable-option")
|
||||
|
|
Loading…
Reference in a new issue