me
/
guix
Archived
1
0
Fork 0

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.
master
Guillaume Le Vaillant 2020-02-04 11:42:05 +01:00
parent 92da05885c
commit dbf6de5881
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 5 deletions

View File

@ -5222,7 +5222,7 @@ decoding routines for IDNA, the International Domain Names in Applications.")
(package (package
(name "sbcl-swap-bytes") (name "sbcl-swap-bytes")
(build-system asdf-build-system/sbcl) (build-system asdf-build-system/sbcl)
(version "1.1") (version "1.2")
(home-page "https://github.com/sionescu/swap-bytes") (home-page "https://github.com/sionescu/swap-bytes")
(source (source
(origin (origin
@ -5233,14 +5233,11 @@ decoding routines for IDNA, the International Domain Names in Applications.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1qysbv0jngdfkv53y874qjhcxc4qi8ixaqq6j8bzxh5z0931wv55")))) "1hw1v1lw26rifyznpnj1csphha9jgzwpiic16ni3pvs6hcsni9rz"))))
(inputs (inputs
`(("trivial-features" ,sbcl-trivial-features))) `(("trivial-features" ,sbcl-trivial-features)))
(native-inputs (native-inputs
`(("fiveam" ,sbcl-fiveam))) `(("fiveam" ,sbcl-fiveam)))
(arguments
;; TODO: Tests fail, why?
`(#:tests? #f))
(synopsis "Efficient endianness conversion for Common Lisp") (synopsis "Efficient endianness conversion for Common Lisp")
(description "This Common Lisp library provides optimized byte-swapping (description "This Common Lisp library provides optimized byte-swapping
primitives. The library can change endianness of unsigned integers of length primitives. The library can change endianness of unsigned integers of length