[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: sratom: Update to 0.6.6.
From: |
guix-commits |
Subject: |
02/10: gnu: sratom: Update to 0.6.6. |
Date: |
Mon, 30 Nov 2020 15:47:10 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit dfea2492af6dfc53f29d8c2744e343fe78b3d35d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 30 16:44:34 2020 +0100
gnu: sratom: Update to 0.6.6.
* gnu/packages/audio.scm (sratom): Update to 0.6.6.
---
gnu/packages/audio.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 96b7d3b..4989cd5 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3015,14 +3015,14 @@ input/output.")
(define-public sratom
(package
(name "sratom")
- (version "0.6.4")
+ (version "0.6.6")
(source (origin
(method url-fetch)
(uri (string-append "https://download.drobilla.net/sratom-"
version ".tar.bz2"))
(sha256
(base32
- "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l"))))
+ "178v90qvsp6lw4sqdmdz0bzyjkgwhv9m75ph1d1z8say5bv0p4gv"))))
(build-system waf-build-system)
(arguments `(#:tests? #f)) ;no check target
(propagated-inputs
- branch master updated (d6c4a43 -> 265e185), guix-commits, 2020/11/30
- 01/10: gnu: suil: Update to 0.10.8., guix-commits, 2020/11/30
- 02/10: gnu: sratom: Update to 0.6.6.,
guix-commits <=
- 03/10: gnu: drbd-utils: Update to 9.15.1., guix-commits, 2020/11/30
- 04/10: gnu: mtools: Update to 4.0.26., guix-commits, 2020/11/30
- 05/10: gnu: photoflare: Update to 1.6.6., guix-commits, 2020/11/30
- 06/10: gnu: Add ziptime., guix-commits, 2020/11/30
- 09/10: gnu: libreoffice: Build reproducibly., guix-commits, 2020/11/30
- 07/10: gnu: sudo: Update to 1.9.4., guix-commits, 2020/11/30
- 08/10: gnu: libfprint: Update to 1.90.4., guix-commits, 2020/11/30
- 10/10: gnu: dfu-util: Update to 0.10., guix-commits, 2020/11/30