diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 12:00:29 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-06 12:00:29 +0200 |
commit | 933d2fe4cfb380f66af631a2203ec23c367e5b1a (patch) | |
tree | f10581ed0da1911eed9b02e69d999ba481d9d3c6 /gnu/packages/ghostscript.scm | |
parent | f8835ff4b3dd59d59bf44838d05d3d60114d15d2 (diff) | |
parent | 998afc3608242b75051f43ece36d52474c51e285 (diff) | |
download | patches-933d2fe4cfb380f66af631a2203ec23c367e5b1a.tar patches-933d2fe4cfb380f66af631a2203ec23c367e5b1a.tar.gz |
Merge branch 'master' into core-updates
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 d2eb066817..88f24209c8 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -64,7 +64,10 @@ Consortium standard (ICC), approved as ISO 15076-1.") (source (origin (method url-fetch) (uri (string-append - "http://ftp.de.debian.org/debian/pool/main/libp/libpaper/libpaper_" + ;; Debian moved their libpaper-1.1.24 to archive.debian.net + ;; but in the move the hash of their tarball changed. + "http://pkgs.fedoraproject.org/repo/pkgs/libpaper/libpaper_" + version ".tar.gz/5bc87d494ba470aba54f6d2d51471834/libpaper_" version ".tar.gz")) (sha256 (base32 "0zhcx67afb6b5r936w5jmaydj3ks8zh83n9rm5sv3m3k8q8jib1q")))) @@ -75,7 +78,7 @@ Consortium standard (ICC), approved as ISO 15076-1.") way for applications to take actions based on a system- or user-specified paper size.") (license license:gpl2) - (home-page "http://packages.qa.debian.org/libp/libpaper.html"))) + (home-page "https://packages.qa.debian.org/libp/libpaper.html"))) (define-public psutils (package |