gnu: screenfetch: Use the tagged release.
* gnu/packages/admin.scm (screenfetch): Use the new 3.9.0 release tag instead of a (functionally identical) naked commit.
This commit is contained in:
parent
4d755996a7
commit
9dbda847af
|
@ -2852,15 +2852,14 @@ you are running, what theme or icon set you are using, etc.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public screenfetch
|
(define-public screenfetch
|
||||||
(let ((commit "e7b94fc3c529b9b97f32b71fd4bc05fb1d0f5864"))
|
|
||||||
(package
|
(package
|
||||||
(name "screenfetch")
|
(name "screenfetch")
|
||||||
(version (git-version "3.8.0" "2" commit))
|
(version "3.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/KittyKatt/screenFetch")
|
(url "https://github.com/KittyKatt/screenFetch")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
@ -2906,7 +2905,7 @@ you are running, what theme or icon set you are using, etc.")
|
||||||
(description "Bash screenshot information tool which can be used to
|
(description "Bash screenshot information tool which can be used to
|
||||||
generate those nifty terminal theme information and ASCII distribution logos in
|
generate those nifty terminal theme information and ASCII distribution logos in
|
||||||
everyone's screenshots nowadays.")
|
everyone's screenshots nowadays.")
|
||||||
(license license:gpl3))))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public nnn
|
(define-public nnn
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue