GNU bug report logs -
#53174
[PATCH] gnu: hydrogen: Update to 1.1.1.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 11 Jan 2022 03:17:01 UTC
Severity: normal
Tags: patch
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/music.scm (hydrogen): Update to 1.1.1.
---
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 979f917f4b..001e0e0755 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -734,7 +734,7 @@ (define-public dumb-allegro4
(define-public hydrogen
(package
(name "hydrogen")
- (version "1.0.2")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -743,7 +743,7 @@ (define-public hydrogen
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0nhn2njs8yyxcijxv5zgymf3211y6anzm0v9kn4vnd8kai7zwxxp"))))
+ (base32 "12mwkglyz88hwb16fb3fahn95janim2mrvnxkzp8pcsw3wybi3dn"))))
(build-system cmake-build-system)
(arguments
`(#:test-target "tests"
--
2.34.0
This bug report was last modified 3 years and 135 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.