mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: cl-machine-state: Update to 1.0.0-2.3d258ee.
* gnu/packages/lisp-xyz.scm (sbcl-machine-state): Update to 1.0.0-2.3d258ee. [home-page]: Fix URL. Change-Id: Ibeb3382f3722070f6c4b3fbcb19bda34addc6273 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
7cbb8be044
commit
24c3b94e78
1 changed files with 5 additions and 5 deletions
|
@ -19196,8 +19196,8 @@ (define-public cl-percent-encoding
|
||||||
(sbcl-package->cl-source-package sbcl-percent-encoding))
|
(sbcl-package->cl-source-package sbcl-percent-encoding))
|
||||||
|
|
||||||
(define-public sbcl-machine-state
|
(define-public sbcl-machine-state
|
||||||
(let ((commit "afa7392bc5dcb689cd170bcca765fb6ce6e4efc5")
|
(let ((commit "3d258eea63942e7d2fd7212f1ad8bbcf505634a2")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-machine-state")
|
(name "sbcl-machine-state")
|
||||||
(version (git-version "1.0.0" revision commit))
|
(version (git-version "1.0.0" revision commit))
|
||||||
|
@ -19207,9 +19207,9 @@ (define-public sbcl-machine-state
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Shinmera/machine-state")
|
(url "https://github.com/Shinmera/machine-state")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "machine-state" version))
|
(file-name (git-file-name "cl-machine-state" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1b897wj06cnalzf5nl6rif1skpa79rzc9a562x1bdhvanhsp7hwa"))))
|
(base32 "1fjf2v8agx75qnna1n8fn54lvb01w1rk1vddi3p45a2xw1kwhzml"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-bordeaux-threads
|
(list sbcl-bordeaux-threads
|
||||||
|
@ -19219,7 +19219,7 @@ (define-public sbcl-machine-state
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; No tests.
|
'(#:tests? #f ; No tests.
|
||||||
#:asd-systems '("machine-state" "machine-state/opengl")))
|
#:asd-systems '("machine-state" "machine-state/opengl")))
|
||||||
(home-page "https://notabug.org/cage/cl-mount-info.git")
|
(home-page "https://shinmera.github.io/machine-state/")
|
||||||
(synopsis "Retrieve machine state information about CPU time, memory usage and more")
|
(synopsis "Retrieve machine state information about CPU time, memory usage and more")
|
||||||
(description
|
(description
|
||||||
"This library implements various functions to access status information
|
"This library implements various functions to access status information
|
||||||
|
|
Loading…
Reference in a new issue