mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: scrot: Fix typo in source uri.
* gnu/packages/xdisorg.scm (scrot)[source]: Fix typo in uri.
This is a follow-up to 9da459f350
.
This commit is contained in:
parent
2fe176be0f
commit
c5d15d41b7
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ (define-public scrot
|
||||||
version ".tar.gz")
|
version ".tar.gz")
|
||||||
(string-append
|
(string-append
|
||||||
"https://fossies.org/linux/privat/old/scrot-"
|
"https://fossies.org/linux/privat/old/scrot-"
|
||||||
version "tar.gz")))
|
version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wll744rhb49lvr2zs6m93rdmiq59zm344jzqvijrdn24ksiqgb1"))))
|
"1wll744rhb49lvr2zs6m93rdmiq59zm344jzqvijrdn24ksiqgb1"))))
|
||||||
|
|
Loading…
Reference in a new issue