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:
Efraim Flashner 2016-05-31 22:09:43 +03:00
parent 2fe176be0f
commit c5d15d41b7
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))