aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/diffoscope.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
index 52f615f2cf..5bbb4f51e2 100644
--- a/gnu/packages/diffoscope.scm
+++ b/gnu/packages/diffoscope.scm
@@ -74,7 +74,7 @@
(define-public diffoscope
(package
(name "diffoscope")
- (version "260")
+ (version "261")
(source
(origin
(method git-fetch)
@@ -83,7 +83,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1yp32g2769mn91k6wx6fs7lhcfi1cdy54apkgfaf7ib6l0ji5hwv"))))
+ (base32 "0v56i2wyc4p843crl5b5w6j1awhp1a6xbfb92hm0pp8558f1h76i"))))
(build-system python-build-system)
(arguments
(list
a>Ludovic Courtès 2017-08-09services: admin: Simplify the handling of the Tailon debug? option.Christopher Baines 2017-08-09services: Update the Tailon service for Tailon 1.3.0.Christopher Baines 2017-08-09services: Add missing wrap-lines option to tailon.Christopher Baines 2017-07-29gnu: services: admin: Add tailon.Christopher Baines 2017-06-12services: rottlog: Make extensible.Ludovic Courtès 2017-06-12services: rottlog: Define <log-rotation> objects.Ludovic Courtès 2017-04-16services: Add a default value to various service types.Ludovic Courtès 2016-12-19services: guix: Add 'log-file' configuration option.Ludovic Courtès 2016-10-03services: rottlog: Add Rottlog to the global profile.Ludovic Courtès 2016-10-03services: rottlog: Improve default weekly rotations.Ludovic Courtès 2016-10-03services: Add rottlog.Jan Nieuwenhuizen