[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: geonkick: Update to 2.3.8.
From: |
guix-commits |
Subject: |
02/06: gnu: geonkick: Update to 2.3.8. |
Date: |
Sat, 3 Oct 2020 10:51:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6e40f1431c6388d44b3b9e18c9a95012c440f1d7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 3 01:32:09 2020 +0200
gnu: geonkick: Update to 2.3.8.
* gnu/packages/music.scm (geonkick): Update to 2.3.8.
---
gnu/packages/music.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6093945..d909c0f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5337,7 +5337,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
(define-public geonkick
(package
(name "geonkick")
- (version "2.3.7")
+ (version "2.3.8")
(source
(origin
(method git-fetch)
@@ -5346,8 +5346,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1wdcbwiyy6i5agq5lffkyilyc8mv1cc4mp9h0nybn240vb2flqc2"))))
+ (base32 "07809yy2q7dd6fcp0yndlg1vw2ca2zisnsplb3xrxvzdvrqlw910"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ;no tests included
- branch master updated (2bfbe07 -> 36045fa), guix-commits, 2020/10/03
- 01/06: gnu: protobuf: Update to 1.3.3., guix-commits, 2020/10/03
- 03/06: gnu: libmwaw: Update to 0.3.16., guix-commits, 2020/10/03
- 02/06: gnu: geonkick: Update to 2.3.8.,
guix-commits <=
- 04/06: gnu: libstaroffice: Update to 0.0.7., guix-commits, 2020/10/03
- 05/06: gnu: protonvpn-cli: Prefix Python input names with ‘python-’., guix-commits, 2020/10/03
- 06/06: gnu: protonvpn-cli: Add python-jinja2 input., guix-commits, 2020/10/03