me
/
guix
Archived
1
0
Fork 0

gnu: rust-pledge-0.3: Update to 0.4.2.

* gnu/packages/crates-io.scm (rust-pledge-0.4): New variable.
(rust-pledge-0.3): Remove variable.
master
Efraim Flashner 2023-04-17 20:59:49 +03:00
parent ab614af3fd
commit 3a24d1945f
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions
gnu/packages

View File

@ -43693,10 +43693,10 @@ network packet formats.")
(license (list license:asl2.0
license:expat))))
(define-public rust-pledge-0.3
(define-public rust-pledge-0.4
(package
(name "rust-pledge")
(version "0.3.1")
(version "0.4.2")
(source
(origin
(method url-fetch)
@ -43704,7 +43704,7 @@ network packet formats.")
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "1rgbnvl97ks25aanxm680687df6li6y8h3f5mvdw3806rwz8xcg2"))))
(base32 "1rc1r71hk0qi4ldbwbhbj6l6d1l4n28dfgf6znvl76kxgd0rj995"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))))