gnu: screenfetch: Update to 3.9.1.
* gnu/packages/admin.scm (screenfetch): Update to 3.9.1.
This commit is contained in:
parent
5c9a39760e
commit
89f51a9dac
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Reference in a new issue