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
|
@ -387,7 +387,7 @@ move windows, switch between desktops, etc.).")
|
|||
version ".tar.gz")
|
||||
(string-append
|
||||
"https://fossies.org/linux/privat/old/scrot-"
|
||||
version "tar.gz")))
|
||||
version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1wll744rhb49lvr2zs6m93rdmiq59zm344jzqvijrdn24ksiqgb1"))))
|
||||
|
|
Loading…
Reference in New Issue