aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/cups.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 68343cb66a..e8f972c34a 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -262,7 +262,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
(define-public cups-minimal
(package
(name "cups-minimal")
- (version "2.4.7")
+ (version "2.4.9")
(source
(origin
(method git-fetch)
@@ -272,7 +272,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
;; Avoid NAME confusion: these are the complete CUPS sources.
(file-name (git-file-name "cups" version))
(sha256
- (base32 "0cj3gs7ki9v0drj19l326s8f1kxrpq7jkzrdfdk7ykrlk7sj645f"))))
+ (base32 "08wjd1flyaslhnwvxl39403qi3g675rk532ysiyk6cda4r8ks1g1"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
.scm?id=7eb883b7c284c78cc17093bfc4ef2d70e0acad83'>doc: Add a language menu in the HTML manual....Ludovic Courtès 2022-01-18doc: Factorize 'language-code->native-name'....Ludovic Courtès 2022-01-18doc: Extract (localization) module....Ludovic Courtès 2022-01-15doc: Remove now unnecessary workaround....Ludovic Courtès 2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès 2021-12-13doc: Handle '&nbsp' when syntax-highlighting HTML....Ludovic Courtès 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-28doc: Allow offloading of the expensive derivations....Ludovic Courtès 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-09doc: Build manual translations with 'guile-3.0-latest'....Ludovic Courtès 2021-05-09Merge branch 'master' into core-updates...Marius Bakke 2021-04-20doc: Clarify further the distinction between the web-based manuals....Leo Famulari 2021-04-18doc: Build the French HTML cookbook....Julien Lepiller 2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2021-03-20doc: Remove the guile-lib/htmlprag-fixed package....Maxim Cournoyer 2021-01-29gnu: Replace all uses of texlive-union by texlive-updmap.cfg....Maxim Cournoyer 2020-10-21doc: Cookbook links to /manual/devel, not /manual....Ludovic Courtès 2020-10-19doc: Produce stylable HTML for @deftp, @deffn, etc....Ludovic Courtès 2020-10-17doc: Generate cross-references in code snippets to the Guile manual....Ludovic Courtès 2020-10-17doc: Allow code snippets in the cookbook to link to the manual....Ludovic Courtès 2020-10-17doc: Move manual index creation to a separate derivation....Ludovic Courtès 2020-10-17doc: Remove 'build.scm' from the source of the manual....Ludovic Courtès