me
/
guix
Archived
1
0
Fork 0

gnu: rust-form-urlencoded-1: Update to 1.2.1.

* gnu/packages/crates-io.scm (rust-form-urlencoded-1): Update to 1.2.1.

Change-Id: Ibf137647bdb39c454ba962616954f252f37c7853
master
Efraim Flashner 2023-12-24 09:54:52 +02:00
parent d11d3a9852
commit 6172314028
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -28092,14 +28092,14 @@ the controling terminal (daemon) using the fork and setsid syscalls.")
(define-public rust-form-urlencoded-1
(package
(name "rust-form-urlencoded")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "form_urlencoded" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ljn0kz23nr9yf3432k656k178nh4jqryfji9b0jw343dz7w2ax6"))))
(base32 "0milh8x7nl4f450s3ddhg57a3flcv6yq8hlkyk6fyr3mcb128dp1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs