me
/
guix
Archived
1
0
Fork 0

gnu: screenfetch: Update to 3.9.1.

* gnu/packages/admin.scm (screenfetch): Update to 3.9.1.
master
Tobias Geerinckx-Rice 2019-12-23 00:25:25 +01:00
parent 5c9a39760e
commit 89f51a9dac
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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))