Roel Janssen writes: > From 33ba51e99c62243905cb88466eb5bfea557aaf4e Mon Sep 17 00:00:00 2001 > From: Roel Janssen > Date: Wed, 10 May 2017 19:53:45 +0200 > Subject: [PATCH] gnu: python-pytest-runner: Update to 2.11.1. [...] > When attempting to add another package (python-maildir-deduplicate), > I needed to upgrade this one. Since I'm not sure about the impact of > this update, I'd like to have an opinion on whether this can go in > as-is, or that more care should be taken. The impact of a package change can be determined with `guix refresh`: $ guix refresh -l python{,2}-pytest-runner Building the following 38 packages would ensure 113 dependent packages are rebuilt: [...] Since there are "only" 138 rebuilds it should be good for 'master'. It's good to try and build some/most of the dependent packages to check for any obvious breakage before such version jumps; but this seems fairly safe to me.