aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/enlightenment.scm
diff options
context:
space:
mode:
authorLéo Le Bouter <lle-bout@zaclys.net>2021-03-24 00:01:52 +0100
committerLéo Le Bouter <lle-bout@zaclys.net>2021-03-24 00:01:59 +0100
commit5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2 (patch)
tree0afa4504cb8b5f0ec001cc9bf5b693f2feb2505d /gnu/packages/enlightenment.scm
parenta9d540cfa87ef3a5de3296188f650fb0d037efbd (diff)
downloadguix-5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2.tar.gz
guix-5664bcdcb0e4c10dfe48dd5e4730fc3c746a21e2.zip
gnu: python-pygments: Update to 2.8.1 [security fixes].
Fixes at least CVE-2021-20270. * gnu/packages/python-xyz.scm (python-pygments): Update to 2.8.1.
Diffstat (limited to 'gnu/packages/enlightenment.scm')
0 files changed, 0 insertions, 0 deletions
e='2019-04-29 21:57:52 +0200'>2019-04-29tests: Adjust wildcard when testing OS examples....* tests/guix-system.sh: Use *.tmpl instead of *, to avoid catching backup files, etc. Ludovic Courtès 2019-01-21tests: Adjust for removal of 'device' field in <bootloader-configuration>....This is a followup to commit 5f7467f046c3c1648cdf6eb81b3ec041bfc1f9bb. * tests/guix-system.sh: For <bootloader-configuration> records, use 'target' rather than 'device'. Ludovic Courtès 2019-01-11services: Deprecate a few more service procedures....These procedures were already either undocumented (and de facto deprecated) or documented as deprecated or redundant. * gnu/services/base.scm (guix-service, guix-publish-service): Mark as deprecated. * gnu/services/mcron.scm (mcron-service): Likewise. * gnu/services/networking.scm (tor-service): Likewise. * doc/guix.texi (Scheduled Job Execution): Remove 'mcron-service' and adjust example. (Networking Services): Remove 'tor-service'. * gnu/tests/base.scm (%mcron-os): Use 'mcron-service-type' instead of 'mcron-service'. * gnu/tests/networking.scm (%tor-os): Use 'tor-service-type' instead of 'tor-service'. * tests/guix-system.sh: Likewise. Ludovic Courtès