> On Sunday, December 5, 2021, 02:43:27 PM CST, Nicolas Goaziou wrote: > > > > > > Hello, > > Jaft writes: >  > > * gnu/packages/gtk.scm (pnmixer):Add PNMixer > > Thank you. Some comments follow. > > > +(define-public pnmixer > > +  (let ([version "0.7.2"]) > > Nitpick: we don't use square brackets for let. Besides, you do not need > a binding here, you just need to hard-code it in the version field. Bah; sorry about that. It was mentioned to me, before, and I must've forgotten to change it before I sent this out. I probably should check my other patch submissions around this time as I probably forgot for those, as well… > Could you send an updated patch? > > Regards, > -- > Nicolas Goaziou Thanks a ton for looking at my patch; all updates should've been applied and I've attached the new patch to this E-mail.