[PATCH] gnu: hydrogen: Update to 1.1.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 3 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20220111031640.28210-1-mike@rohleder.de
* gnu/packages/music.scm (hydrogen): Update to 1.1.1.
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
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
Leo Famulari wrote 3 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 53174-done@debbugs.gnu.org)
Yd0V69fZkS+T7p1L@jasmine.lan
On Tue, Jan 11, 2022 at 04:16:40AM +0100, Michael Rohleder wrote:
Toggle quote (2 lines)
> * gnu/packages/music.scm (hydrogen): Update to 1.1.1.

Thanks! Pushed as 8bf84d4fc60533227d550b9f6f864d2f178d57db
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 53174@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 53174
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help