me
/
guix
Archived
1
0
Fork 0

gnu: rust-time-macros-0.2: Update to 0.2.16.

* gnu/packages/crates-io.scm (rust-time-macros-0.2): Update to 0.2.16.

Change-Id: If46324c3e1027768eb20ecf3a2a8119c3d1660b5
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Jaeme Sifat 2023-12-19 22:54:47 -05:00 committed by Efraim Flashner
parent af26a19e58
commit 926a52b9f3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -81745,14 +81745,14 @@ should not be relied upon directly.")
(define-public rust-time-macros-0.2
(package
(name "rust-time-macros")
(version "0.2.14")
(version "0.2.16")
(source
(origin
(method url-fetch)
(uri (crate-uri "time-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wn52hwaq1hy4r5yijzkdi4j40zvqapbpcjsjdkyyy4l6d22z50s"))))
(base32 "0gx4ngf5g7ydqa8lf7kh9sy72rd4dhvpi31y1jvswi0288rpw696"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-time-core" ,rust-time-core-0.1))))