diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 00:25:25 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-23 19:45:55 +0100 |
commit | 89f51a9dacbeded0f9b2fb1e79c1d27bdbc3e83e (patch) | |
tree | d92c3d00e55253775343709c1d1d4a187b6f4fa4 /gnu/packages/admin.scm | |
parent | 5c9a39760e810c6fbb05041e1fafefd6b3c6c602 (diff) | |
download | patches-89f51a9dacbeded0f9b2fb1e79c1d27bdbc3e83e.tar patches-89f51a9dacbeded0f9b2fb1e79c1d27bdbc3e83e.tar.gz |
gnu: screenfetch: Update to 3.9.1.
* gnu/packages/admin.scm (screenfetch): Update to 3.9.1.
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 b33bf5758f..9cf83302e2 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2934,7 +2934,7 @@ you are running, what theme or icon set you are using, etc.") (define-public screenfetch (package (name "screenfetch") - (version "3.9.0") + (version "3.9.1") (source (origin (method git-fetch) (uri (git-reference @@ -2943,7 +2943,7 @@ you are running, what theme or icon set you are using, etc.") (file-name (git-file-name name version)) (sha256 (base32 - "13i7dczbqwhws08zzrdraki1zkqv0qkbgx9c1r8vmg5qr9f7hfzg")))) + "04l8aqr474pb115nagn9f6y48jw92n1qfszgw7dbhgl4mpn95lcr")))) (build-system trivial-build-system) (arguments `(#:modules ((guix build utils)) |