Re: bug#22693: `guix refresh -u` updates other packages with same version

2016-04-04 Thread Ludovic Courtès
Andy Wingo skribis: > On Mon 04 Apr 2016 12:20, iyzs...@member.fsf.org (宋文武) writes: > >> How to fix this? >> >> The procedure is ‘update-package-source’ in (guix upstream). >> it find the file, then use ‘substitute’ to replace the version and >> hash. ‘substitute’ works line-by-line, it can’t m

Re: bug#22693: `guix refresh -u` updates other packages with same version

2016-04-04 Thread Andy Wingo
On Mon 04 Apr 2016 12:20, iyzs...@member.fsf.org (宋文武) writes: > How to fix this? > > The procedure is ‘update-package-source’ in (guix upstream). > it find the file, then use ‘substitute’ to replace the version and > hash. ‘substitute’ works line-by-line, it can’t match mutiple lines. > > I try:

Re: bug#22693: `guix refresh -u` updates other packages with same version

2016-04-04 Thread 宋文武
Leo Famulari writes: > I've noticed that `guix refresh -u` will update extraneous packages if > they happen to have the same version and be in the same module. > > For example, from commit d694230ab, you can reproduce the bug: > > $ ./pre-inst-env guix environment guix -- ./pre-inst-env guix refr