diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-01 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-01 02:00:19 +0200 |
commit | 0bb0984724e87ae71b30b95bbb40f15b626bddd0 (patch) | |
tree | 2d792207d558de9ee3d6d1c0f01d3465bd990898 | |
parent | 110ed3433defeda6f48429173de0b6c6772ea407 (diff) | |
download | guix-0bb0984724e87ae71b30b95bbb40f15b626bddd0.tar.gz |
gnu: acpica: Update to 20220331.
* gnu/packages/admin.scm (acpica): Update to 20220331.
-rw-r--r-- | gnu/packages/admin.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index a200050d97..5bc6edb54f 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -13,7 +13,7 @@ ;;; Copyright © 2016 Peter Feigl <peter.feigl@nexoid.at> ;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net> ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is> -;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2016–2022 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2016 John Darrington <jmd@gnu.org> ;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au> ;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com> @@ -2211,7 +2211,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") (define-public acpica (package (name "acpica") - (version "20211217") + (version "20220331") (source (origin (method url-fetch) (uri (string-append @@ -2219,7 +2219,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).") version ".tar.gz")) (sha256 (base32 - "0521hmaw2zhi0mpgnaf2i83dykfgql4bx98cg7xqy8wmj649z194")))) + "0yjcl00nnnlw01sz6a1i5d3v75gr17mkbxkxfx2v344al33abk8w")))) (build-system gnu-build-system) (native-inputs (list flex bison)) (arguments |