mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: rust-num-integer-0.1: Update to 0.1.46.
* gnu/packages/crates-io.scm (rust-num-integer-0.1): Update to 0.1.46. Change-Id: Ie80aa5347fc81e477a41828e535a707318b83480
This commit is contained in:
parent
c0d2638dd4
commit
d79a0cac0a
1 changed files with 2 additions and 2 deletions
|
@ -47941,7 +47941,7 @@ (define-public rust-num-format-windows-0.4
|
|||
(define-public rust-num-integer-0.1
|
||||
(package
|
||||
(name "rust-num-integer")
|
||||
(version "0.1.45")
|
||||
(version "0.1.46")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -47949,7 +47949,7 @@ (define-public rust-num-integer-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ncwavvwdmsqzxnn65phv6c6nn72pnv9xhpmjd6a429mzf4k6p92"))))
|
||||
"13w5g54a9184cqlbsq80rnxw4jj4s0d8wv75jsq5r2lms8gncsbr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue