me
/
guix
Archived
1
0
Fork 0

gnu: rust-const-fn-0.4: Update to 0.4.9.

* gnu/packages/crates-io.scm (rust-const-fn-0.4): Update to 0.4.9.

Change-Id: I45dfa8f2ac64294220e3856e1475753bc83cef1e
master
Efraim Flashner 2024-03-31 14:11:37 +03:00
parent 91e9cacb84
commit fd0f444a68
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -15053,7 +15053,7 @@ the browser's console.")
(define-public rust-const-fn-0.4
(package
(name "rust-const-fn")
(version "0.4.2")
(version "0.4.9")
(source
(origin
(method url-fetch)
@ -15061,7 +15061,7 @@ the browser's console.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1wnhzyrhfcaawnzi172k98cfawwi5zwqql7pg0nz2qlccm6dz46f"))))
"0df9fv9jhnh9b4ni3s2fbfcvq77iia4lbb89fklwawbgv2vdrp7v"))))
(build-system cargo-build-system)
(home-page "https://github.com/taiki-e/const_fn")
(synopsis "Generate const functions with conditional compilations")