Hello Mark, guix-commits@gnu.org skribis: > commit e1d97c4efc42a661bd2772041371303e4070aa4f > Author: Mark H Weaver > Date: Mon Nov 5 04:04:45 2018 -0500 > > gnu: rhythmbox: Update hash of patch. > > * gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied > patch. > --- > gnu/packages/gnome.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index 06ec28b..376cf5a 100644 > --- a/gnu/packages/gnome.scm > +++ b/gnu/packages/gnome.scm > @@ -3746,7 +3746,7 @@ which can read a large number of file formats.") > "b182c6b9e1d09e601bac0b703cc5f8b159ebbc3a.patch")) > (sha256 > (base32 > - "17j45vyyr071ka3nckj2gycgyyv1j08fyrxw89jfdq2442nzrsiy"))))) > + "06n87xgf927djmv1vshal84nqx7g8nwgljza3g2vydhy7g2n1csq"))))) Could you explain the difference between the two patches? In general I think we should keep providing detailed explanations in the commit log (and possibly in the bug tracker) when such problems occur. The former version of the patch can be found at (I’m attaching it here.) TIA, Ludo’.