Wilko Meyer
7d579dcb5e
gnu: linux-libre 5.10: Update to 5.10.210.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.210.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: I707cd72140fe0f0879082668cd5aa8346df1aab3
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-27 13:44:27 -05:00
Wilko Meyer
bf572b6538
gnu: linux-libre 5.15: Update to 5.15.149.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.149.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: I7c129f78db381e7733d240d77de534f8b5b387ad
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-27 13:44:27 -05:00
Wilko Meyer
29f6bdb03c
gnu: linux-libre 6.1: Update to 6.1.79.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.79.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
Change-Id: I280553d8efd294ac044765629c920e593185e3c8
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-27 13:44:27 -05:00
Wilko Meyer
d076b7a487
gnu: linux-libre 6.6: Update to 6.6.18.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.18.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I1167a7aeb1118f8aaf6c74306e82f8e33f73f0e8
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-27 13:44:27 -05:00
Wilko Meyer
11d3149771
gnu: linux-libre 6.7: Update to 6.7.6.
...
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.6.
(linux-libre-6.7-pristine-source): Update hash.
Change-Id: Ic1511423b3894c5a80240bebe369c861de6384a3
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-27 13:44:17 -05:00
Liliana Marie Prikler
7bf4ce4582
Merge branch 'master' into gnome-team
2024-02-25 10:28:03 +01:00
Juliana Sims
aefc742820
gnu: tlpui: Fix build.
...
* gnu/packages/linux.scm (tlpui)[arguments]: Fix location for "defaults.conf".
Change-Id: I047375f875492aa5c6ef3f9ea673e366f00d89ad
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2024-02-23 08:26:33 +01:00
Arun Isaac
8ded262f04
gnu: Add python-spython.
...
* gnu/packages/linux.scm (python-spython): New variable.
Change-Id: I758f879608bc4b0c0411918b4ee0fa9cc3abc639
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2024-02-22 13:02:43 +00:00
Tomas Volf
b6f82b9ef1
gnu: linux-libre-documentation: Fix compilation.
...
When compiling linux-libre-documentation@6.6.16, the compilation fails with
following error message:
------
Exception occurred:
File "/tmp/guix-build-linux-libre-documentation-6.6.16.drv-0/linux-6.6.16/Documentation/sphinx/kernel_feat.py", line 112, in run
nodeList = self.nestedParse(out_lines, fname)
UnboundLocalError: local variable 'fname' referenced before assignment
------
This is already fixed upstream[0], so this commit backports the change.
0: https://lore.kernel.org/all/20240206054907.066a0325@coco.lan/t/
* gnu/packages/linux.scm (linux-libre-documentation): Apply patch fixing
compilation.
Change-Id: Ic96f14aa25df09f38e029ca70d2647cbf37c2365
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-20 20:32:50 -05:00
Wilko Meyer
d51ac34105
gnu: linux-libre 6.1: Update to 6.1.78.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.78.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I1293b6494fa26f2c786d8cbabe6c855610eca499
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-20 11:57:09 -05:00
Wilko Meyer
a673109d08
gnu: linux-libre 6.6: Update to 6.6.17.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.17.
(linux-libre-6.6-pristine-source): Update hashes.
Change-Id: I911c604ff188f80068ec49edaa8df5aab00439a7
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-20 11:57:08 -05:00
Wilko Meyer
dc9ec00923
gnu: linux-libre 6.7: Update to 6.7.5.
...
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.5.
(linux-libre-6.7-pristine-source): Update hashes.
Change-Id: I29490cd45a43a960b380a23cfb810494ea238691
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-20 11:57:05 -05:00
Liliana Marie Prikler
622df12ef3
Merge branch 'master' into gnome-team
2024-02-13 16:11:14 +01:00
Sharlatan Hellseher
a4aac98bbb
gnu: go-golang-org-x-sys: Move to golang-build.
...
* gnu/packages/golang.scm (go-golang-org-x-sys): Move
from here ...
* gnu/packages/golang-build.scm: ... to here.
* gnu/packages/curl.scm: Add (gnu packages golang-build) module.
* gnu/packages/databases.scm: As above.
* gnu/packages/docker.scm: As above.
* gnu/packages/golang-build.scm: As above.
* gnu/packages/golang.scm: As above.
* gnu/packages/irc.scm: As above.
* gnu/packages/linux.scm: As above.
* gnu/packages/password-utils.scm: As above.
* gnu/packages/syncthing.scm: As above.
* gnu/packages/textutils.scm: As above.
* gnu/packages/vpn.scm: As above.
* gnu/packages/weather.scm: As above.
* gnu/packages/web.scm: As above.
Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7
2024-02-13 14:19:05 +00:00
Wilko Meyer
570ef13a87
gnu: linux-libre 6.1: Update to 6.1.77.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.77.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I6f33c1d4d153949be18bbbc89cec6605557d95bb
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-08 19:10:58 -05:00
Wilko Meyer
0baea92cb0
gnu: linux-libre 6.6: Update to 6.6.16.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.16.
(linux-libre-6.6-pristine-source): Update hashes.
Change-Id: I5b9ff1b084f3972c1f7f1833c520ed855cbcd0e6
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-08 19:10:58 -05:00
Wilko Meyer
f97bd6312b
gnu: linux-libre 6.7: Update to 6.7.4.
...
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.4.
(linux-libre-6.7-pristine-source): Update hashes.
Change-Id: I5820f45c98994fc43748b0fafde25465bf63b9ac
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-02-08 19:10:58 -05:00
Wilko Meyer
a4464bd097
gnu: linux-libre 6.1: Update to 6.1.76.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.76.
(linux-libre-6.1-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I6e66bfadeb11a300f47fbec2bffdbc5b02d85e75
2024-02-05 20:53:21 -05:00
Wilko Meyer
1c47327b2e
gnu: linux-libre 6.6: Update to 6.6.15.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.15.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I9c744e41241d083baf20d2004bb3ee445cd0a0a9
2024-02-05 20:53:21 -05:00
Wilko Meyer
9b40e74e7c
gnu: linux-libre 6.7: Update to 6.7.3.
...
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.3.
(linux-libre-6.7-pristine-source, deblob-scripts-6.7): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I56b489855db37962ccf9ccccdf09fabf65648e89
2024-02-05 20:53:17 -05:00
Hilton Chain
0b76f6f640
gnu: kconfig-hardened-check: Rename to kernel-hardening-checker.
...
* gnu/packages/linux.scm (kconfig-hardened-check): Rename to…
(kernel-hardening-checker): …this.
(kconfig-hardened-check): Define as deprecated.
Change-Id: I01688d36ea6cf763f8ccc2a87a9162ebb4cbb16b
2024-02-05 14:08:16 +08:00
Hilton Chain
c4518b65ec
gnu: kconfig-hardened-check: Update to 0.6.6.
...
* gnu/packages/linux.scm (kconfig-hardened-check): Update to 0.6.6.
Change-Id: I8f60e6b7545b04059ae3dae881dcc004c70a5027
2024-02-05 14:08:10 +08:00
Hilton Chain
2b296427d7
gnu: mbedtls-apache: Rename to mbedtls-lts.
...
* gnu/packages/tls.scm (mbedtls-apache): Rename package to "mbedtls".
Rename variable to…
(mbedtls-lts): …this.
(mbedtls-apache): Define as deprecated by mbedtls-lts.
(mbedtls-for-hiawatha): Adjust accordingly.
* doc/guix.texi: Likewise.
* gnu/packages/emulators.scm (dolphin-emu,retroarch)[inputs]: Likewise.
* gnu/packages/game-development.scm (godot-lts,godot)[inputs]: Likewise.
* gnu/packages/hardware.scm (hueplusplus,openrgb)[inputs]: Likewise.
* gnu/packages/haxe.scm (neko,haxe,hashlink)[inputs]: Likewise.
* gnu/packages/irc.scm (inspircd)[inputs]: Likewise.
* gnu/packages/julia-jll.scm (julia-mbedtls-jll)[arguments]<#:phases>,[inputs]:
Likewise.
* gnu/packages/julia.scm (julia)[arguments]<#:phases>,[inputs]: Likewise.
* gnu/packages/linphone.scm (bctoolbox)[inputs]: Likewise.
* gnu/packages/linux.scm (dislocker)[inputs]: Likewise.
* gnu/packages/networking.scm (nng)[inputs]: Likewise.
* gnu/packages/search.scm (dataparksearch)[inputs]: Likewise.
* gnu/packages/video.scm (obs)[inputs]: Likewise.
* gnu/packages/web.scm (hiawatha)[arguments]<#:phases>: Likewise.
Change-Id: I0c58b3cd0bcf6e44e7b16a69f6d2739aa3c1545b
2024-02-05 13:56:31 +08:00
Liliana Marie Prikler
e6c847defb
Merge branch 'master' into gnome-team
2024-02-03 14:39:49 +01:00
Wilko Meyer
73d8e5a935
gnu: linux-libre 4.19: Update to 4.19.306.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.306.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I8605a7544c18686d4113f365bbb43c8b5fe7ce7c
2024-01-27 20:11:38 -05:00
Wilko Meyer
042869124b
gnu: linux-libre 5.4: Update to 5.4.268.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.268.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I4c7348427a5f2219c85d7c596bff55e944004520
2024-01-27 20:11:38 -05:00
Wilko Meyer
a23342e11a
gnu: linux-libre 5.10: Update to 5.10.209.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.209.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ic5f80481d3eb0d4cada0c4ead247db07351a0908
2024-01-27 20:11:38 -05:00
Wilko Meyer
536a3d5f2f
gnu: linux-libre 5.15: Update to 5.15.148.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.148.
(linux-libre-5.15-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ia8621c8499b9c4f96ca052c4995be1cd52a4ca9a
2024-01-27 20:11:37 -05:00
Wilko Meyer
139e2362f6
gnu: linux-libre 6.1: Update to 6.1.75.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.75.
(linux-libre-6.1-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: If0d734998b173862aac5273957abb2b7d5d26129
2024-01-27 20:11:37 -05:00
Wilko Meyer
63d7e933ae
gnu: linux-libre 6.6: Update to 6.6.14.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.14.
(linux-libre-6.6-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ie0ec358b7a7d2511db3a1b8f7df175947fc5091a
2024-01-27 20:11:37 -05:00
Wilko Meyer
1ab8989cad
gnu: linux-libre 6.7: Update to 6.7.2.
...
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.2.
(linux-libre-6.7-pristine-source, deblob-scripts-6.7): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I29c38851a87c8b3ab7f641c5bbca7e99ee96ff13
2024-01-27 20:11:33 -05:00
Hilton Chain
ed7eb108e5
gnu: libcgroup: Update to 3.1.0.
...
* gnu/packages/linux.scm (libcgroup): Update to 3.1.0.
[arguments]<#:configure-flags>: Disable systemd.
Change-Id: Iabd8577243b741380fa0d69811fcbf8ad551ddb2
2024-01-25 23:49:37 +08:00
Hilton Chain
0252d69f91
gnu: libcgroup: Adjust package style.
...
* gnu/packages/linux.scm (libcgroup)[source]<uri>: Remove use of ‘home-page’.
Change-Id: I93f22223a01b253b8b1cd7deea90e7f05736862f
2024-01-25 23:49:31 +08:00
Sharlatan Hellseher
ffc5fefce3
gnu: python-evdev: Enable tests.
...
* gnu/packages/linux.scm (python-evdev): Enable tests and apply new
package style.
[source]: Use git checkout which provides tests.
[build-system]: Swap to pyproject-build-system.
[arguments]<#:test-flags>: Silent tests requiring access to /dev/uinput.
<#:phases>: Remove trailing #t from lambda.
[native-inputs]: Add python-pytest.
Change-Id: I9474459428d94eefa501458d62f24c6918958515
2024-01-22 21:31:32 +00:00
Gabriel Wicki
014d0541ae
gnu: python-evdev: Update to 1.5.0.
...
* gnu/packages/linux.scm (python-evdev): Update to 1.5.0.
Change-Id: Id83c621f31222ebfb4848366b94e1f16c75742aa
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-01-22 21:03:15 +00:00
Wilko Meyer
10a1935963
gnu: Remove linux-libre 4.14.
...
* gnu/packages/linux.scm (linux-libre-4.14-version,
linux-libre-4.14-gnu-revision, deblob-scripts-4.14,
linux-libre-4.14-pristine-source, linux-libre-4.14-source,
linux-libre-headers-4.14, linux-libre-4.14, linux-libre-arm-generic-4.14,
linux-libre-arm-omap2plus-4.14): Remove variables.
* gnu/packages/aux-files/linux-libre/4.14-arm.conf,
gnu/packages/aux-files/linux-libre/4.14-i686.conf,
gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove aforementioned .conf files.
* gnu/tests/base.scm (%test-linux-libre-4.14): Remove variable.
Change-Id: I40393b5f46b989848d569c929f1d9c986736553e
2024-01-22 13:24:20 -05:00
Wilko Meyer
d3c3922a8f
gnu: linux-libre 6.1: Update to 6.1.74.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.74.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: Ic6186373d0f4af011e22acf4a5bd0753af5b0834
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-21 15:22:26 -05:00
Wilko Meyer
d04b26ed47
gnu: linux-libre 6.6: Update to 6.6.13.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.13.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I489472a5cac6f1e27868f9e3064cc265a3fb075a
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-21 15:22:26 -05:00
Wilko Meyer
f53f90ebb8
gnu: linux-libre 6.7: Update to 6.7.1.
...
* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.1.
(linux-libre-6.7-pristine-source): Update hash.
Change-Id: I466a1c0ff4dea0efc9c48fcc670a1adebe6e3c00
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-21 15:22:23 -05:00
Dariqq
a7a0b5dc59
gnu: linux-libre 4.14: Update to 4.14.336.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.336.
(linux-libre-4.14-pristine-source): Update hash.
Change-Id: I6d3a8958d745bc729194e4ff64774d9a7df5aa50
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-18 10:13:36 -05:00
Wilko Meyer
c8d15a5670
gnu: linux-libre 4.19: Update to 4.19.305.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.305.
(linux-libre-4.19-pristine-source): Update hashes.
Change-Id: I6b99e5b626077cbd6fd36f45cacfb12ce8e3decc
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-18 10:13:35 -05:00
Wilko Meyer
33cdd7d362
gnu: linux-libre 5.4: Update to 5.4.267.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.267.
(linux-libre-5.4-pristine-source): Update hashes.
Change-Id: Ic185da10b89a3b677be471545c4cd4fb506e66c4
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-18 10:13:35 -05:00
Wilko Meyer
afd2c566d8
gnu: linux-libre 5.10: Update to 5.10.208.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.208.
(linux-libre-5.10-pristine-source): Update hashes.
Change-Id: I0b627be7dc308e7217c541451642266395ee4f95
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-18 10:13:35 -05:00
Wilko Meyer
fe3e9a02be
gnu: linux-libre 5.15: Update to 5.15.147.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.147.
(linux-libre-5.15-pristine-source): Update hashes.
Change-Id: I88c1a8ac970334bf29bceeef20aab193ab3ef4f6
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-18 10:13:35 -05:00
Wilko Meyer
1a2a4d242e
gnu: linux-libre 6.1: Update to 6.1.73.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.73.
(linux-libre-6.1-pristine-source): Update hashes.
Change-Id: I9f0ec4b0ec25b41acc40c8b7c529bf9bcd838a06
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-18 10:13:34 -05:00
Wilko Meyer
95fc3f4488
gnu: linux-libre 6.6: Update to 6.6.12.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.12.
(linux-libre-6.6-pristine-source): Update hashes.
Change-Id: I47248352ba921ec9eba237d92b7f0e33ffb994d9
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-18 10:13:23 -05:00
Wilko Meyer
95a3aaf7ad
gnu: Add linux-libre 6.7.
...
* gnu/packages/linux.scm (linux-libre-6.7-version, linux-libre-6.7-gnu-revision,
deblob-scripts-6.7, linux-libre-6.7-pristine-source, linux-libre-6.7-source,
linux-libre-headers-6.7, linux-libre-6.7): New variables.
* gnu/packages/aux-files/linux-libre/6.7-arm.conf,
gnu/packages/aux-files/linux-libre/6.7-arm64.conf,
gnu/packages/aux-files/linux-libre/6.7-i686.conf,
gnu/packages/aux-files/linux-libre/6.7-x86.conf: New files.
* Makefile.am (AUX_FILES): Add them.
* Makefile.am: Update my copyright header.
Change-Id: I88b633933875f64bd2859774419e077d8f36d75b
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-17 15:23:35 -05:00
Ian Eure
b3e0a973bc
gnu: powertop: Correct package description.
...
* gnu/packages/linux.scm (powertop): Correct package description.
Change-Id: Ifc81ed62158df8b3c235d335731590e977dcc725
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2024-01-17 11:18:00 +01:00
Liliana Marie Prikler
1682264fda
Merge branch 'master' into gnome-team
2024-01-14 17:23:44 +01:00
Hilton Chain
cb0807587a
gnu: ell: Update to 0.61.
...
* gnu/packages/linux.scm (ell): Update to 0.61.
Change-Id: I221dc36bacfd9ebb1f4a6cafa30fdc8bb53ec7d6
2024-01-13 17:07:02 +08:00
Greg Hogan
a2506761c4
gnu: sysstat: Update to 12.7.5.
...
* gnu/packages/linux.scm (sysstat): Update to 12.7.5.
[home-page]: Update URL.
[native-inputs]: Add gettext-minimal.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: I64e100786873c8cb4994d710aacddaf556783654
2024-01-11 20:40:28 +08:00
Wilko Meyer
6e76509d24
gnu: linux-libre 4.14: Update to 4.14.335.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.335.
(linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
Change-Id: I071427a52f188d599f28703374f5b7c42314777c
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 13:31:10 -05:00
Wilko Meyer
11baa979ef
gnu: linux-libre 4.19: Update to 4.19.304.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.304.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
Change-Id: I14f228aa3b4a57417d7f8c392dc647709f599fac
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 13:31:10 -05:00
Wilko Meyer
029dd48301
gnu: linux-libre 5.4: Update to 5.4.266.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.266.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
Change-Id: Ia1578dc94d3172735e5765ee90c46f865412810a
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 13:31:06 -05:00
Wilko Meyer
c18052f5d0
gnu: linux-libre 5.10: Update to 5.10.206.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.206.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Id7c119c07c08308150354ffc593ec9bd9c13fa46
2024-01-09 00:28:49 -05:00
Wilko Meyer
3a8e676f97
gnu: linux-libre 5.15: Update to 5.15.146.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.146.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Idb7ede0fc8d4bca3edcd267e6d215dfb98ff5c94
2024-01-09 00:28:48 -05:00
Wilko Meyer
aa97de83a0
gnu: linux-libre 6.1: Update to 6.1.71.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.71.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: Ifabe9ec0d18d940b10e29f14e00878a89e8767a7
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 00:28:48 -05:00
Wilko Meyer
7029d2c781
gnu: linux-libre 6.6: Update to 6.6.10.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.10.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: Ie6295d69e1d732436c43e603b63cb1516bf73ace
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-09 00:28:44 -05:00
Liliana Marie Prikler
2cbb1a6e1e
Merge branch 'master' into gnome-team
2024-01-07 18:31:32 +01:00
Wilko Meyer
9abca269dd
gnu: linux-libre 6.1: Update to 6.1.70.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.70.
(linux-libre-6.1-pristine-source, deblob-scripts-6.1): Update hashes.
Change-Id: I5bcebd56f3b4d6cc7ad7419264c78c56c6f3ff95
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:20 -05:00
Wilko Meyer
8873e4cc16
gnu: linux-libre 6.6: Update to 6.6.9.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.9.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: Id68891618879662b08e539f684482c4a8ef02541
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:20 -05:00
Wilko Meyer
dd865cb515
gnu: Update my copyright.
...
* gnu/packages/linux.scm: Update copyright header.
Change-Id: Idaa9c90e05eba9d0f417f11e86a80bf8119a7a65
Signed-off-by: Leo Famulari <leo@famulari.name>
2024-01-05 13:15:19 -05:00
Liliana Marie Prikler
1cd97066c2
Merge branch 'master' into gnome-team
2024-01-01 21:56:00 +01:00
Wilko Meyer
6eb7eb1f05
gnu: linux-libre 5.15: Update to 5.15.145.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.145.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ibb9b7e939530f25385ef7564cccdd98e270f6698
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-29 15:06:11 -05:00
Wilko Meyer
5bd80ccd69
gnu: linux-libre 4.14: Update to 4.14.334.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.334.
(linux-libre-4.14-pristine-source): Update hash.
Change-Id: I36865a5bedf9cfb53ea7371595466820c6a77b11
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-26 08:56:59 -05:00
Wilko Meyer
8aa229f07f
gnu: linux-libre 4.19: Update to 4.19.303.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.303.
(linux-libre-4.19-pristine-source): Update hash.
Change-Id: I87a5ec1a8ed8808853bc76be594f6bd563a6a7f9
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-26 08:56:58 -05:00
Wilko Meyer
90135615c1
gnu: linux-libre 5.4: Update to 5.4.265.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.265.
(linux-libre-5.4-pristine-source): Update hash.
Change-Id: Ie52a0d6b6d19143341ac02d068b93e19c5e45a18
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-26 08:56:58 -05:00
Wilko Meyer
07eaadabda
gnu: linux-libre 5.10: Update to 5.10.205.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.205.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: I63dcffd43b83888ca41e41b3b69b1aecb6a88026
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-26 08:56:58 -05:00
Wilko Meyer
cacd2d5e3d
gnu: linux-libre 5.15: Update to 5.15.144.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.144.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ib66272d8e15a966e04acbbb1a29eff2e263592d2
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-26 08:56:58 -05:00
Wilko Meyer
e5161642af
gnu: linux-libre 6.1: Update to 6.1.69.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.69.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: If6a3d1d5a9252386c44beb60e3f4d0f535ef37ff
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-26 08:56:57 -05:00
Wilko Meyer
046b80d565
gnu: linux-libre 6.6: Update to 6.6.8.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.8.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I31ac97a55842399046278291a2ebcc038159f38d
Signed-off-by: Leo Famulari <leo@famulari.name>
2023-12-26 08:56:54 -05:00
Liliana Marie Prikler
24d4d6fdd6
Merge branch 'master' into gnome-team
2023-12-20 00:05:21 +01:00
Jaeme Sifat
dfc950689f
gnu: wireplumber: Update to 0.4.17.
...
* gnu/packages/linux.scm (wireplumber): Update to 0.4.17.
Change-Id: I1cdc156fde4cbbe6201f967db0701bb5dfdf1d7e
Signed-off-by: Hilton Chain <hako@ultrarare.space>
2023-12-19 21:48:32 +08:00
Hilton Chain
6884770464
gnu: Add iptables-nft.
...
* gnu/packages/linux.scm (iptables-nft): New variable.
Change-Id: I281514fcf05e70b4d62f374269c50c76bb676f78
2023-12-19 21:48:17 +08:00
Daniel Ziltener
c3b9910198
gnu: Add wireplumber-minimal.
...
* gnu/packages/linux.scm (wireplumber-minimal): New variable.
Modified-by: Hilton Chain <hako@ultrarare.space>
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Change-Id: I881c72bd0ad202a1ee3fff324f0d6c6b4bf66dd4
2023-12-22 15:57:19 +08:00
Leo Famulari
fe86819d8b
gnu: linux-libre 4.14: Update to 4.14.333.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.333.
(linux-libre-4.14-pristine-source): Update hash.
Change-Id: I32f32f1ccb922f845d28dc84d2389bdf6636f839
2023-12-16 15:59:39 -05:00
Leo Famulari
15af10f69c
gnu: linux-libre 4.19: Update to 4.19.302.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.302.
(linux-libre-4.19-pristine-source): Update hash.
Change-Id: Ic8f6e5311ab9fc4c9adeb4f006fd9b2d7b501359
2023-12-16 15:59:39 -05:00
Leo Famulari
fd109a7dbb
gnu: linux-libre 5.4: Update to 5.4.264.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.264.
(linux-libre-5.4-pristine-source): Update hash.
Change-Id: Id263ea3c098e61b25794e403a4722824b37539f1
2023-12-16 15:59:39 -05:00
Leo Famulari
900e491fdb
gnu: linux-libre 5.10: Update to 5.10.204.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.204.
(linux-libre-5.10-pristine-source): Update hash.
Change-Id: Ibaeb98f2ea80724e95a40f6bb0478dec5b6ca3dc
2023-12-16 15:59:39 -05:00
Leo Famulari
ea550e71f3
gnu: linux-libre 5.15: Update to 5.15.143.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.143.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: I7854728eb1cc38afa2fb1d8cfbd9463cf10ee8d8
2023-12-16 15:59:38 -05:00
Leo Famulari
833931c96d
gnu: linux-libre 6.1: Update to 6.1.68.
...
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.68.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I23cb34828bc0f31333ea737e566ee68967ed965e
2023-12-16 15:59:38 -05:00
Leo Famulari
6467384d2a
gnu: linux-libre: Update to 6.6.7.
...
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.7.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I72ffbc67e66f9e4330b87bb189b2a5d29abcdf0b
2023-12-16 15:59:38 -05:00
Liliana Marie Prikler
4c323c2f83
Merge branch 'master' into HEAD
...
Change-Id: I3f5d121162d98ef2ae61a62c4da3b0fd19d864e8
2023-12-03 07:20:53 +01:00
Efraim Flashner
f90f33da02
gnu: go-netlink: Skip test suite.
...
* gnu/packages/linux.scm (go-netlink)[arguments]: Disable tests.
Change-Id: Ifd86f8c800583d1feb9ae4f176f6981fe3d275be
2023-11-28 09:21:32 +02:00
Liliana Marie Prikler
1cc3b7e80f
Merge branch 'master' into gnome-team
...
Change-Id: I62da840b7600f2d3d8541e666d09e2f2a1b7d8c4
2023-11-19 10:02:15 +01:00
Ludovic Courtès
26a403f357
gnu: psm2: Update Git tag name.
...
The tag was apparently renamed.
* gnu/packages/linux.scm (psm2)[source]: Change tag name.
Change-Id: Icfeb9e6f567d03f00f1b7b1d25dbd89f8528dc34
2023-11-15 18:29:37 +01:00
Ludovic Courtès
59d29ebbb2
gnu: psm2: Update to 12.0.
...
* gnu/packages/linux.scm (psm2): Update to 12.0.
2023-11-15 11:36:20 +01:00
Ludovic Courtès
8c1c045a87
gnu: libfabric: Update to 1.19.0.
...
* gnu/packages/linux.scm (libfabric): Update to 1.19.0.
2023-11-15 11:36:20 +01:00
Ludovic Courtès
3f7eeaa57c
gnu: rdma-core: Update to 48.0.
...
* gnu/packages/linux.scm (rdma-core): Update to 48.0.
2023-11-15 11:36:20 +01:00
Liliana Marie Prikler
72e886328c
Merge branch 'master' into gnome-team
...
Change-Id: I88d3789460d1a89917451d80405d89a2824006ac
2023-11-04 07:43:44 +01:00
Simon Tournier
3991d9e4d9
Revert "gnu: lvm2: Remove systemd rule."
...
This reverts commit c0895371c5
, which does not
correctly fix the issue, as reported by Josselin Poiret <dev@jpoiret.xyz> in
<https://issues.guix.gnu.org/issue/66586#6 >.
2023-10-31 22:15:33 +01:00
Yann Dupont
c0895371c5
gnu: lvm2: Remove systemd rule.
...
Fixes <https://issues.guix.gnu.org/65177 >.
Reported by Adrien 'neox' Bourmault <neox@gnu.org>.
* gnu/packages/patches/lvm2-no-systemd.patch: New file.
* gnu/packages/linux.scm (lvm2)[source]: Apply patch.
* gnu/local.mk: Register new patch.
Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
Change-Id: I6b9d583f5914cc127c067829b5891827c04608cb
2023-10-31 09:56:13 +01:00
Liliana Marie Prikler
e38d6a9c2f
Merge branch 'master' into gnome-team
...
Change-Id: Ib6f55bebef2fb235fa59fd5442102a3e0ace3191
2023-10-23 21:09:49 +02:00
Jelle Licht
72d9a5d7dd
gnu: linux-libre 6.5: Update deblob scripts version hash.
...
* gnu/packages/linux.scm (deblob-scripts-6.5): Update hash.
Change-Id: If692586bac01369c63099cf8311c9a94e70cc106
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-10-22 02:00:00 +02:00
Tobias Geerinckx-Rice
7164f2b812
gnu: iotop: Update to 1.25.
...
* gnu/packages/linux.scm (iotop): Update to 1.25.
Change-Id: I7ee64c3318f8fd7677c181d32b920dfcf84b1836
2023-10-22 02:00:00 +02:00
Vivien Kraus
cde1becfab
gnu: eudev: Update to 3.2.14.
...
Eudev now has a hardware database /etc/udev/hwdb.bin made up of descriptions
installed in the /lib/udev/hwdb.d directory of each package, and more
generally, UDEV_HWDB_PATH. This database index is compiled with udevadm hwdb
--update. The udev-service-type collects the files and compiles the index.
Previously, the hardware description files provided by eudev would be compiled
into $prefix/etc/udev/hwdb.bin in the eudev output.
* gnu/packages/linux.scm (eudev): Update to 3.2.14.
[modules]: Import (guix build utils).
[#:phases] <allow-eudev-hwdb>: New phase.
<install-in-lib>: New phase.
<build-hwdb>: Remove phase.
[#:configure-flags]: Set sysconfdir to avoid a prefix.
[native-search-paths]: Add UDEV_HWDB_PATH.
* gnu/packages/patches/eudev-rules-directory.patch: Rebase it.
2023-10-10 21:59:24 +02:00
Lars Rustand
110378934e
gnu: Add vendor-reset-linux-module.
...
* gnu/packages/linux.scm (vendor-reset-linux-module): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2023-10-06 11:52:14 +02:00
Hilton Chain
99a46ecb26
gnu: spectre-meltdown-checker: Update to 0.46.
...
* gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch: Update
patch.
* gnu/packages/patches/spectre-meltdown-checker-find-kernel.patch: Delete file
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/linux.scm (spectre-meltdown-checker): Update to 0.46.
[#:phases]<fixpath>: Correct name for bunzip2.
Substitute lzop and mktemp as well.
2023-10-03 20:21:42 +08:00
Wilko Meyer
c3cf04d05b
gnu: linux-libre 4.14: Update to 4.14.328.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.328.
(linux-libre-4.14-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I7787d2ed4cac1afe2b9e988395c440355ce2edaf
2023-07-23 22:26:07 -04:00
Wilko Meyer
0b7031f097
gnu: linux-libre 4.19: Update to 4.19.297.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.297.
(linux-libre-4.19-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I85840b2f7984d40ecfd09ea2603f36927cb953f3
2023-07-23 22:26:06 -04:00