GNU bug report logs -
#56057
[PATCH 00/27] gnu: Add dua-cli.
Previous Next
Reported by: antlers <autumnalantlers <at> gmail.com>
Date: Sat, 18 Jun 2022 19:58:02 UTC
Severity: normal
Tags: patch
Merged with 56056,
56058,
56059,
56060,
56061,
56062,
56063,
56064,
56065,
56066,
56067,
56068,
56069,
56070,
56071,
56072,
56073,
56074
Full log
View this message in rfc822 format
A. Notice that I might be missing a new hash here.
B. Need to stop switching email addresses willy-nilly, I'll get there.
----------------------------------------
Jun 19, 2022 10:28:00 AM antlers <autumnalantlers <at> gmail.com>:
> * gnu/packages/crates-io.scm (rust-sysctl-0.23): Update to 0.23.15.
> * gnu/packages/crates-io.scm (rust-sysctl-0.4.0): Update to 0.4.4.
> ---
> :100644 100644 2a5418d6e9 a333f6c6ce M gnu/packages/crates-io.scm
> gnu/packages/crates-io.scm | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 2a5418d6e9..a333f6c6ce 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -61067,7 +61067,7 @@ (define-public rust-syscallz-0.15
> (define-public rust-sysctl-0.4
> (package
> (name "rust-sysctl")
> - (version "0.4.0")
> + (version "0.4.4")
> (source
> (origin
> (method url-fetch)
> @@ -61088,8 +61088,7 @@ (define-public rust-sysctl-0.4
> ("rust-walkdir" ,rust-walkdir-2))))
> (home-page "https://github.com/johalun/sysctl-rs")
> (synopsis "Simplified interface to libc::sysctl")
> - (description
> - "Simplified interface to libc::sysctl.")
> + (description "Simplified interface to libc::sysctl.")
> (license license:expat)))
>
> (define-public rust-sysctl-0.1
> @@ -61116,14 +61115,14 @@ (define-public rust-sysctl-0.1
> (define-public rust-sysinfo-0.23
> (package
> (name "rust-sysinfo")
> - (version "0.23.0")
> + (version "0.23.15")
> (source
> (origin
> (method url-fetch)
> (uri (crate-uri "sysinfo" version))
> (file-name (string-append name "-" version ".tar.gz"))
> (sha256
> - (base32 "14d5fgg24x4rfd6226dl1grsv5lnid0kynp6kfzb3lmylh070xcy"))))
> + (base32 "0f05lk9jy4ml4k7470ybz5xsj8cnv8wp5zvw73igikzyyzkvhzim"))))
> (build-system cargo-build-system)
> (arguments
> `(#:skip-build? #t
> --
> 2.36.0
This bug report was last modified 3 years and 17 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.