From 54b87d69eb9f41404f5dc7b0201622af9e1a399d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 1 Jan 2020 00:20:02 +0100 Subject: gnu: sudo: Update to 1.8.30. * gnu/packages/admin.scm (sudo): Update to 1.8.30. --- gnu/packages/admin.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/admin.scm') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 1725f2a563..a2238dc9da 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2016 Peter Feigl ;;; Copyright © 2016 John J. Foerch ;;; Copyright © 2016, 2017 ng0 -;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice +;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2016 John Darrington ;;; Copyright © 2017 Ben Sturmfels ;;; Copyright © 2017 Ethan R. Jones @@ -1200,7 +1200,7 @@ system administrator.") (define-public sudo (package (name "sudo") - (version "1.8.29") + (version "1.8.30") (source (origin (method url-fetch) (uri @@ -1210,7 +1210,7 @@ system administrator.") version ".tar.gz"))) (sha256 (base32 - "0z4wyadh9cks17gdpfgx4kvbrlnyb6nai2sd6chk7qh4jsngylyf")) + "1rvrqlqrrjsd06dczgj9cwjdkpkqil5zzlwh87h06ms6qzfx6nm3")) (modules '((guix build utils))) (snippet '(begin -- cgit v1.2.3 From d252fbb49e3acf5b28af3b1845309915b092292e Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 1 Jan 2020 17:15:47 +0100 Subject: gnu: smartmontools: Update to 7.1. * gnu/packages/admin.scm (smartmontools): Update to 7.1. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/admin.scm') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index a2238dc9da..2a0ad45e2a 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1830,7 +1830,7 @@ various ways that may be running with too much privilege.") (define-public smartmontools (package (name "smartmontools") - (version "7.0") + (version "7.1") (source (origin (method url-fetch) (uri (string-append @@ -1838,7 +1838,7 @@ various ways that may be running with too much privilege.") version "/smartmontools-" version ".tar.gz")) (sha256 (base32 - "077nx2rn9szrg6isdh0938zbp7vr3dsyxl4jdyyzv1xwhqksrqg5")))) + "0imqb7ka4ia5573w8rnpck571pjjc9698pdjcapy9cfyk4n4swrz")))) (build-system gnu-build-system) (inputs `(("libcap-ng" ,libcap-ng))) (home-page "https://www.smartmontools.org/") -- cgit v1.2.3 From ce0ca7625e10328061e9d4819592d4084ff92b86 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 8 Jan 2020 06:48:48 +0300 Subject: gnu: inxi-minimal: Update to 3.0.37-1. * gnu/packages/admin.scm (inxi-minimal): Update to 3.0.37-1. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/admin.scm') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2a0ad45e2a..f0581bbea5 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3201,7 +3201,7 @@ Python loading in HPC environments.") (let ((real-name "inxi")) (package (name "inxi-minimal") - (version "3.0.34-1") + (version "3.0.37-1") (source (origin (method git-fetch) @@ -3210,7 +3210,7 @@ Python loading in HPC environments.") (commit version))) (file-name (git-file-name real-name version)) (sha256 - (base32 "0x2s40lwsan2pk292nspjgyw00f9f5fdfmwfvl50924pxhyxn2fh")))) + (base32 "15wvj9w601ci3bavd1hk5qlm8dfm7a7cjglczk29yir5yw2jww3f")))) (build-system trivial-build-system) (inputs `(("bash" ,bash-minimal) -- cgit v1.2.3 From 73656471a403039b4d28de08e0c0b61326c4dea7 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 8 Jan 2020 06:57:53 +0300 Subject: gnu: neofetch: Update to 6.1.0-1.501d6b7. Fix Guix ascii not shown. * gnu/packages/admin.scm (neofetch): Update to 6.1.0-1.501d6b7. --- gnu/packages/admin.scm | 50 ++++++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 24 deletions(-) (limited to 'gnu/packages/admin.scm') diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index f0581bbea5..371fcc7ec3 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -30,6 +30,7 @@ ;;; Copyright © 2019 Alex Griffin ;;; Copyright © 2019 Guillaume Le Vaillant ;;; Copyright © 2019 Mathieu Othacehe +;;; Copyright © 2020 Oleg Pykhalov ;;; ;;; This file is part of GNU Guix. ;;; @@ -2904,34 +2905,35 @@ tool for remote execution and deployment.") (license license:bsd-2))) (define-public neofetch - (package - (name "neofetch") - (version "6.1.0") - (source (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/dylanaraps/neofetch") - (commit version))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "022xzn9jk18k2f4b6011d8jk5nbl84i3mw3inlz4q52p2hvk8fch")))) - (build-system gnu-build-system) - (arguments - `(#:tests? #f ; there are no tests - #:make-flags - (list (string-append "PREFIX=" %output)) - #:phases - (modify-phases %standard-phases - (delete 'configure)))) ; no configure script - (home-page "https://github.com/dylanaraps/neofetch") - (synopsis "System information script") - (description "Neofetch is a command-line system information tool written in + (let ((commit "501d6b7594296d9eac8943140f8581daf555873d")) + (package + (name "neofetch") + (version (git-version "6.1.0" "1" commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dylanaraps/neofetch") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1h5md9jimyc6z4d7w66j27hn8qghzyxgpkh5h9dclzxpp5cs8whb")))) + (build-system gnu-build-system) + (arguments + `(#:tests? #f ; there are no tests + #:make-flags + (list (string-append "PREFIX=" %output)) + #:phases + (modify-phases %standard-phases + (delete 'configure)))) ; no configure script + (home-page "https://github.com/dylanaraps/neofetch") + (synopsis "System information script") + (description "Neofetch is a command-line system information tool written in Bash. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. The main purpose of Neofetch is to be used in screenshots to show other users what operating system or distribution you are running, what theme or icon set you are using, etc.") - (license license:expat))) + (license license:expat)))) (define-public screenfetch (package -- cgit v1.2.3