aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-home.sh
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-03-29 00:27:14 -0400
committerLeo Famulari <leo@famulari.name>2022-03-29 13:40:14 -0400
commit5721cb284a0a056627db3020fc6d1e7927dabea8 (patch)
tree4d461c632d53c005e41246dda09163bb383ed98a /tests/guix-home.sh
parentded6beb9a713c338327b008b02a4788ef40ea331 (diff)
downloadguix-5721cb284a0a056627db3020fc6d1e7927dabea8.tar.gz
guix-5721cb284a0a056627db3020fc6d1e7927dabea8.zip
gnu: linux-libre 5.4: Update to 5.4.188.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.188. (linux-libre-5.4-pristine-source): Update hash.
Diffstat (limited to 'tests/guix-home.sh')
0 files changed, 0 insertions, 0 deletions
le='2018-07-05 17:19:09 +0200'>2018-07-05Update NEWS.Ludovic Courtès 2018-06-20Update NEWS.Ludovic Courtès 2018-05-29Update NEWS.Ricardo Wurmus 2018-05-20services: Add Enlightenment desktop service....* gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it. Efraim Flashner 2018-05-08guix: Separate the package name and version with "@", not "-"....* guix/packages.scm (package-full-name): By default, use "@" to separate the package name and package version. Add an optional delimiter argument so that there is still a way to explicitly use a different delimiter. * gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust accordingly. * tests/graph.scm: Adjust accordingly. * tests/profiles.scm: Adjust accordingly. * NEWS: Mention the change. Fixes: <https://bugs.gnu.org/31088>. Reported by Pierre Neidhardt <ambrevar@gmail.com>. Chris Marusich