gnu: isa-l: Update to 2.31.1.

* gnu/packages/compression.scm (isa-l): Update to 2.31.1.

Change-Id: Ibcbe59a5b364cb543d7aa186b70a289f321c26b5
This commit is contained in:
Sharlatan Hellseher 2025-10-04 00:36:27 +01:00
parent 33cacc6486
commit 6f8ea7655a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2339,17 +2339,16 @@ non-Windows systems without running the actual installer using wine.")
(define-public isa-l
(package
(name "isa-l")
(version "2.30.0")
(version "2.31.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/intel/isa-l")
;; Corresponds to tag v2.30.0
(commit "2df39cf5f1b9ccaa2973f6ef273857e4dc46f0cf")))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "06ymkrf3hkkd94i59ahm79545rk709y8rd0v2l86w38z6is942q0"))))
(base32 "17k679glx05v23n8kxbg9vmbf89i2252g5xj6w3dkz19asmh1zd6"))))
(build-system gnu-build-system)
(native-inputs (list autoconf automake libtool nasm))
(home-page "https://github.com/intel/isa-l")