From d80a71eb9b923025c4179e7edc8d26ffd70cbe44 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 17 Aug 2016 06:04:01 -0400 Subject: gnu: python-kivy-next: Fix version string. This is a followup to commit 6eb7af2a43d94d6404a9b70c8beff1a535b50607. * gnu/packages/python.scm (python-kivy-next)[version]: Add missing "-". --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 206bf68a5e..d7886d9399 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -9968,7 +9968,7 @@ hardware-accelerated multitouch applications.") (revision "1")) (package (inherit python-kivy) (name "python-kivy-next") - (version (string-append "1.9.1" revision "." + (version (string-append "1.9.1-" revision "." (string-take commit 7))) (source (origin -- cgit v1.2.3 select> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cuirass.scm
AgeCommit message (Expand)Author
2022-12-07service: cuirass: Rotate remote server logs....Ludovic Courtès
2022-12-07services: cuirass-remote-worker: Rotate logs....Ludovic Courtès
2022-12-02records: 'match-record' checks fields at macro-expansion time....Ludovic Courtès
2022-08-01services: rottlog: More convenient default options for <log-rotation>....Ludovic Courtès
2022-02-17services: cuirass: Also rotate the web log....Maxim Cournoyer
2021-12-15services: cuirass: Remove the default database host....Mathieu Othacehe
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice