aboutsummaryrefslogtreecommitdiff
path: root/graph.js
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2020-12-20 13:21:58 +0100
committerLeo Famulari <leo@famulari.name>2020-12-24 15:53:48 -0500
commit789f31e6298c5218e9b91fc46dd18d5361a09d61 (patch)
treed215255d45d22d7dc07d68a7d3efaaa630766923 /graph.js
parentac45640abd2be11742d52a1843dc80148fab00ce (diff)
downloadguix-789f31e6298c5218e9b91fc46dd18d5361a09d61.tar.gz
guix-789f31e6298c5218e9b91fc46dd18d5361a09d61.zip
gnu: picom: Update to 8.2.
* gnu/packages/compton.scm (picom): Update to 8.2. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'graph.js')
0 files changed, 0 insertions, 0 deletions
'repeated' nodes. Ludovic Courtès 2022-07-01tests: Augment profile collision test....* tests/profiles.scm ("collision of propagated inputs"): Check the parents of ENTRY1 and ENTRY2. Ludovic Courtès 2022-05-31gnu: Remove python2-matplotlib....* gnu/packages/python-xyz.scm (python2-matplotlib): Delete variable. * tests/profiles.scm ("package->manifest-entry, search paths"): Use python 3 matplotlib in test. Maxim Cournoyer 2022-02-11tests: Pass #:guile to 'computed-file' & co....Fixes a regression introduced in af57d1bf6c46f47d82dbc234dde1e16fa8634e9d whereby tests would end up building the world. * guix/gexp.scm (mixed-text-file): Add #:guile parameter and honor it. * tests/gexp.scm ("mixed-text-file"): Pass #:guile to 'mixed-text-file'. ("file-union"): Pass #:guile to 'file-union'. ("lower-object, computed-file"): Pass #:guile to 'computed-file'. ("lower-object, computed-file + grafts"): Likewise. * tests/packages.scm ("origin->derivation, single file with snippet"): Likewise. * tests/profiles.scm ("profile-derivation, ordering & collisions"): Likewise. * guix/tests.scm (test-file): Likewise. Ludovic Courtès