Archived
1
0
Fork 0

gnu: screenfetch: Update to 3.9.1.

* gnu/packages/admin.scm (screenfetch): Update to 3.9.1.
This commit is contained in:
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

View file

@ -2934,7 +2934,7 @@ you are running, what theme or icon set you are using, etc.")
(define-public screenfetch (define-public screenfetch
(package (package
(name "screenfetch") (name "screenfetch")
(version "3.9.0") (version "3.9.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"13i7dczbqwhws08zzrdraki1zkqv0qkbgx9c1r8vmg5qr9f7hfzg")))) "04l8aqr474pb115nagn9f6y48jw92n1qfszgw7dbhgl4mpn95lcr"))))
(build-system trivial-build-system) (build-system trivial-build-system)
(arguments (arguments
`(#:modules ((guix build utils)) `(#:modules ((guix build utils))