1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: dpdk: Update to 25.07.

* gnu/packages/dpdk.scm (dpdk): Update to 25.07.

Change-Id: I8008a2342e88ead804566ad6c48ba30bf1c48979
This commit is contained in:
Sharlatan Hellseher
2025-10-31 19:18:41 +00:00
parent 5170023a8e
commit 2d975bd045

View File

@@ -41,7 +41,7 @@
(define-public dpdk
(package
(name "dpdk")
(version "24.07")
(version "25.07")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -50,7 +50,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"04i4j4c5vcyldh0435hr01d2d5c0xf6y0sfg64764f79902i8p6i"))))
"12bzmaiw4f4hz62grsp7bid0z2rpibwc21j62bfwmz4j3zci0w81"))))
(build-system meson-build-system)
(native-inputs (list pkg-config python-minimal python-pyelftools))
(inputs (list