mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: sbcl-swap-bytes: Update to 1.2.
* gnu/packages/lisp-xyz.scm (sbcl-swap-bytes): Update to 1.2. [arguments]: Don't ignore tests.
This commit is contained in:
parent
92da05885c
commit
dbf6de5881
1 changed files with 2 additions and 5 deletions
|
@ -5222,7 +5222,7 @@ (define-public sbcl-swap-bytes
|
|||
(package
|
||||
(name "sbcl-swap-bytes")
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(home-page "https://github.com/sionescu/swap-bytes")
|
||||
(source
|
||||
(origin
|
||||
|
@ -5233,14 +5233,11 @@ (define-public sbcl-swap-bytes
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qysbv0jngdfkv53y874qjhcxc4qi8ixaqq6j8bzxh5z0931wv55"))))
|
||||
"1hw1v1lw26rifyznpnj1csphha9jgzwpiic16ni3pvs6hcsni9rz"))))
|
||||
(inputs
|
||||
`(("trivial-features" ,sbcl-trivial-features)))
|
||||
(native-inputs
|
||||
`(("fiveam" ,sbcl-fiveam)))
|
||||
(arguments
|
||||
;; TODO: Tests fail, why?
|
||||
`(#:tests? #f))
|
||||
(synopsis "Efficient endianness conversion for Common Lisp")
|
||||
(description "This Common Lisp library provides optimized byte-swapping
|
||||
primitives. The library can change endianness of unsigned integers of length
|
||||
|
|
Loading…
Reference in a new issue