diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:14 +0200 |
commit | 2a1c1a108db63aec2088dcfb0b52d8d228df903f (patch) | |
tree | d69dfbdfee1aba5057553f7dfea0fc0dc4a5c00d | |
parent | 57fe5b2338dfbb150d3921e9da3d9719fef6c9d9 (diff) | |
download | guix-2a1c1a108db63aec2088dcfb0b52d8d228df903f.tar.gz |
gnu: epson-inkjet-printer-escpr: Document missing newer tarballs.
* gnu/packages/cups.scm (epson-inkjet-printer-escpr)[source]: Add more bad news to comment.
-rw-r--r-- | gnu/packages/cups.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm index 801fe2e643..9d81a0aa07 100644 --- a/gnu/packages/cups.scm +++ b/gnu/packages/cups.scm @@ -860,9 +860,9 @@ HP@tie{}LaserJet, and possibly other printers. See @file{README} for details.") (package (name "epson-inkjet-printer-escpr") (version "1.7.24") - ;; XXX: This currently works. But it will break as soon as a newer - ;; version is available since the URLs for older versions are not - ;; preserved. An alternative source will be added as soon as + ;; XXX: This currently works. But it will break as soon as a newer version + ;; is available since the URLs for older versions are not preserved. Since + ;; 1.8.0, source tarballs have been discontinued and only a ‘source RPM’ is ;; available. (source (origin |