On Fri, Nov 22, 2019 at 06:52:36PM -0800, Evan Straw wrote: > * gnu/packages/mpd.scm (ashuffle): New variable. Thanks! > + (uri (git-reference > + (url "https://github.com/joshkunz/ashuffle.git") > + (commit "6bea04b"))) I changed 'commit' to use the 'version' string... > + (description "ashuffle is an application for automatically shuffling your > +MPD library in a similar way to a more standard music player's 'shuffle > +library' feature. ashuffle works like any other MPD client, and can be used > +alongside your other MPD frontends.") and changed "a more standard music player" to "many other music players'" and pushed as 5ce0aab3fb953e15e9319d356a2caf636ef219d8. With a followup for a typo I made!