[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/19: gnu: dpf-plugins: Update to 1.7.
From: |
guix-commits |
Subject: |
05/19: gnu: dpf-plugins: Update to 1.7. |
Date: |
Thu, 14 Sep 2023 17:45:20 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 50725212f0578b98ad4bac9786ca954ae22125cc
Author: Sughosha <Sughosha@proton.me>
AuthorDate: Fri Jun 16 14:44:00 2023 +0000
gnu: dpf-plugins: Update to 1.7.
Message-Id:
<23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha@proton.me>
From: Sughosha <sughosha@proton.me>
Date: Fri, 16 Jun 2023 16:22:57 +0200
Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7.
* gnu/packages/music.scm (dpf-plugins): Update to 1.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index cf74a2cd36..3f17a054ca 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6517,7 +6517,7 @@ curl/include/curl/curl.h")
(define-public dpf-plugins
(package
(name "dpf-plugins")
- (version "1.4")
+ (version "1.7")
(source
(origin
(method git-fetch)
@@ -6527,7 +6527,7 @@ curl/include/curl/curl.h")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0y7qvpfm34g6f7d786c6c9043dlbg5c4h71l2s24dsc9m8i7x2ww"))))
+ (base32 "082f3f78x6k58j78mqr57qhw40f5s8fmcbkhl36nn3vbcsa07bzg"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" target
- branch master updated (6d12c16299 -> 1149cc1b9f), guix-commits, 2023/09/14
- 05/19: gnu: dpf-plugins: Update to 1.7.,
guix-commits <=
- 14/19: gnu: libftdi: Build ftdi_eeprom., guix-commits, 2023/09/14
- 09/19: gnu: icewm: Update to 3.4.1, guix-commits, 2023/09/14
- 12/19: gnu: libftdi: Do not build example programs., guix-commits, 2023/09/14
- 16/19: gnu: libftdi: Build Python bindings., guix-commits, 2023/09/14
- 02/19: gnu: makefile2graph: fix cross-compile., guix-commits, 2023/09/14
- 03/19: gnu: uncrustify: Update to 0.77.1., guix-commits, 2023/09/14
- 01/19: gnu: openmpi: Enable PMIx., guix-commits, 2023/09/14
- 04/19: gnu: uncrustify: use new style and gexp., guix-commits, 2023/09/14
- 08/19: gnu: armagetronad: Update to 0.2.9.1.1., guix-commits, 2023/09/14
- 07/19: gnu: kwin: Unwrap executable name for desktop file search., guix-commits, 2023/09/14