diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 02:44:26 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-17 04:02:11 +0200 |
commit | 08baa9ace978319ce7ecfd3a254cb75c2ceb7522 (patch) | |
tree | 693027304870b8bef7559aa85fa85d16642dfc46 /gnu/packages/admin.scm | |
parent | 05341cc97b3d4cbfe12b0814342ca95f5fcc4ee1 (diff) | |
download | guix-08baa9ace978319ce7ecfd3a254cb75c2ceb7522.tar guix-08baa9ace978319ce7ecfd3a254cb75c2ceb7522.tar.gz |
gnu: neofetch: Update to 3.4.0.
* gnu/packages/admin.scm (neofetch): Update to 3.4.0.
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 2cab8e74e4..42b1a57b60 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2312,7 +2312,7 @@ tool for remote execution and deployment.") (define-public neofetch (package (name "neofetch") - (version "3.3.0") + (version "3.4.0") (source (origin (method url-fetch) (uri (string-append "https://github.com/dylanaraps/neofetch/" @@ -2320,7 +2320,7 @@ tool for remote execution and deployment.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "15p69q0jchfms1fpb4i7kq8b28w2xpgh2zmynln618qxv1myf228")))) + "18rhamy910ig03rr55y9x5i6pf78yj9xc6jpm6nfh3gqja7340rb")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests |