diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-03-30 10:49:03 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-03-30 10:49:03 +0300 |
| commit | 48fa9312ab941bdadf227ff8d7ccc04a84ef44c7 (patch) | |
| tree | 0ba4fe09f0f27c60122a9ac439d463c85ffe1118 /gnu/packages/ghostscript.scm | |
| parent | 61cdad351dc537cfd76a1e03abc1a30031a178a8 (diff) | |
gnu: libpaper: Update source url.
Reported by shanemikel_ on irc.
* gnu/packages/ghostscript.scm (libpaper)[source]: Update source url to
download from Fedora.
[home-page]: Use https.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index d2eb0668179..88f24209c85 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -64,7 +64,10 @@ Consortium standard (ICC), approved as ISO 15076-1.") | |||
| 64 | (source (origin | 64 | (source (origin |
| 65 | (method url-fetch) | 65 | (method url-fetch) |
| 66 | (uri (string-append | 66 | (uri (string-append |
| 67 | "http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_" | 67 | ;; Debian moved their libpaper-1.1.24 to archive.debian.net |
| 68 | ;; but in the move the hash of their tarball changed. | ||
| 69 | "http://pkgs.fedoraproject.org/repo/pkgs/libpaper/libpaper_" | ||
| 70 | version ".tar.gz/5bc87d494ba470aba54f6d2d51471834/libpaper_" | ||
| 68 | version ".tar.gz")) | 71 | version ".tar.gz")) |
| 69 | (sha256 (base32 | 72 | (sha256 (base32 |
| 70 | "0zhcx67afb6b5r936w5jmaydj3ks8zh83n9rm5sv3m3k8q8jib1q")))) | 73 | "0zhcx67afb6b5r936w5jmaydj3ks8zh83n9rm5sv3m3k8q8jib1q")))) |
| @@ -75,7 +78,7 @@ Consortium standard (ICC), approved as ISO 15076-1.") | |||
| 75 | way for applications to take actions based on a system- or user-specified | 78 | way for applications to take actions based on a system- or user-specified |
| 76 | paper size.") | 79 | paper size.") |
| 77 | (license license:gpl2) | 80 | (license license:gpl2) |
| 78 | (home-page "http://packages.qa.debian.org/libp/libpaper.html"))) | 81 | (home-page "https://packages.qa.debian.org/libp/libpaper.html"))) |
| 79 | 82 | ||
| 80 | (define-public psutils | 83 | (define-public psutils |
| 81 | (package | 84 | (package |
