me
/
guix
Archived
1
0
Fork 0

gnu: rust-safemem-0.3: Update to 0.3.3.

* gnu/packages/crates-io.scm (rust-safemem-0.3): Update to 0.3.3.
master
Efraim Flashner 2020-01-14 21:16:28 +02:00
parent a66dbe0989
commit 251c3fa2ae
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -8527,7 +8527,7 @@ using a fork-like interface.")
(define-public rust-safemem-0.3
(package
(name "rust-safemem")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
@ -8535,7 +8535,7 @@ using a fork-like interface.")
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"1l1ljkm4lpyryrv2ndaxi1f7z1f3v9bwy1rzl9f9mbhx04iq9c6j"))))
"0wp0d2b2284lw11xhybhaszsczpbq1jbdklkxgifldcknmy3nw7g"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/abonander/safemem")