[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/21: gnu: aj-snapshot: Update to 0.9.9.
From: |
guix-commits |
Subject: |
18/21: gnu: aj-snapshot: Update to 0.9.9. |
Date: |
Mon, 15 Apr 2019 05:00:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit bc03fe69fd779fb85c72fb0abb5d7dd79575a0bf
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 15 10:16:14 2019 +0200
gnu: aj-snapshot: Update to 0.9.9.
* gnu/packages/music.scm (aj-snapshot): Update to 0.9.9.
---
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 1707dfa..10a23c9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2222,14 +2222,14 @@ computer's keyboard.")
(define-public aj-snapshot
(package
(name "aj-snapshot")
- (version "0.9.8")
+ (version "0.9.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/aj-snapshot/"
"aj-snapshot-" version ".tar.bz2"))
(sha256
(base32
- "0wilky1g2mb88v2z0520s7sw1dsn10iwanc8id5p6z1xsnhg7b6p"))))
+ "0z8wd5yvxdmw1h1rj6km9h01xd4xmp4d86gczlix7hsc7zrf0wil"))))
(build-system gnu-build-system)
(inputs
`(("minixml" ,minixml)
- 01/21: gnu: connman: Don't use NAME in source URI., (continued)
- 01/21: gnu: connman: Don't use NAME in source URI., guix-commits, 2019/04/15
- 06/21: gnu: yubikey-personalization: Update to 1.19.3., guix-commits, 2019/04/15
- 09/21: gnu: meld: Update to 3.20.1., guix-commits, 2019/04/15
- 12/21: gnu: ncmpc: Update to 0.34., guix-commits, 2019/04/15
- 14/21: gnu: toxic: Don't use unstable tarball., guix-commits, 2019/04/15
- 02/21: gnu: connman: Update to 1.37., guix-commits, 2019/04/15
- 03/21: gnu: ncdc: Update to 1.21., guix-commits, 2019/04/15
- 20/21: gnu: fswatch: Update to 1.14.0., guix-commits, 2019/04/15
- 11/21: gnu: quilt: Update to 0.66., guix-commits, 2019/04/15
- 19/21: gnu: fswatch: Don't use NAME in source URI., guix-commits, 2019/04/15
- 18/21: gnu: aj-snapshot: Update to 0.9.9.,
guix-commits <=