mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -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")
|
||||
(string-append
|
||||
"https://fossies.org/linux/privat/old/scrot-"
|
||||
version "tar.gz")))
|
||||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1wll744rhb49lvr2zs6m93rdmiq59zm344jzqvijrdn24ksiqgb1"))))
|
||||
|
|
Loading…
Reference in a new issue