aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/aux-files/guile-launcher.c
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2023-09-02 08:43:04 -0300
committerVinicius Monego <monego@posteo.net>2023-09-02 11:17:03 -0300
commit08017d2818bab90e21bac981559961836291b3dc (patch)
treec51c740e030697c2fc123f479018092ea0f30f4d /gnu/packages/aux-files/guile-launcher.c
parent5fd7edd28c84cd3c5e27ebd07b72ff43003fdcc6 (diff)
downloadguix-08017d2818bab90e21bac981559961836291b3dc.tar.gz
guix-08017d2818bab90e21bac981559961836291b3dc.zip
gnu: freecad: Update to 0.21.1.
* gnu/packages/engineering.scm (freecad): Update to 0.21.1.
Diffstat (limited to 'gnu/packages/aux-files/guile-launcher.c')
0 files changed, 0 insertions, 0 deletions
on changes, this is going to break the service upon upgrade, because PostgreSQL will reject the data files from the differing major version of the service. Because it's important to either keep running a particular major version, or intentionally upgrade, I think the configuration would be better with no default. I think this is also going to be helpful when trying to assist users upgrading PostgreSQL. * gnu/services/databases.scm (<postgresql-configuration>): Remove default for postgresql. (postgresql-service-type): Remove the default value. * gnu/tests/databases.scm (%postgresql-os): Update accordingly. * gnu/tests/guix.scm (%guix-data-service-os): Update accordingly. * gnu/tests/monitoring.scm (%zabbix-os): Update accordingly. * gnu/tests/web.scm (patchwork-os): Update accordingly. * doc/guix.texi (PostgreSQL): Update accordingly. Christopher Baines 2020-07-13gnu: tests: Fix unbound variable....Record type descriptors were made private in a143e92446859bd1edc7a7aea85b2089c82c77da, but a usage of them was forgotten in the tests files. * gnu/tests/web.scm (patchwork-initial-database-setup-service): Use accessors to access field values instead of unexported type descriptor. Julien Lepiller 2020-04-21tests: web: Explicitly wait for the HTTP port....* gnu/tests/web.scm (run-webserver-test)["HTTP port ready"]: New test. Ludovic Courtès