[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: sbcl-swap-bytes: Update to 1.2.
From: |
guix-commits |
Subject: |
10/13: gnu: sbcl-swap-bytes: Update to 1.2. |
Date: |
Tue, 4 Feb 2020 10:36:32 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit dbf6de5881ced1026b01367e3b23421aa264bdb7
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 4 11:42:05 2020 +0100
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.
---
gnu/packages/lisp-xyz.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index ab1ec04..cf35d5e 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5222,7 +5222,7 @@ decoding routines for IDNA, the International Domain
Names in Applications.")
(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 @@ decoding routines for IDNA, the International Domain
Names in Applications.")
(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
- branch master updated (cf10627 -> b23e6f5), guix-commits, 2020/02/04
- 01/13: gnu: sbcl-bordeaux-threads: Update to 0.8.7., guix-commits, 2020/02/04
- 02/13: gnu: sbcl-cl-fad: Update to 0.7.6., guix-commits, 2020/02/04
- 03/13: gnu: sbcl-drakma: Update to 2.0.7., guix-commits, 2020/02/04
- 06/13: gnu: sbcl-cl-ppcre: Update to 2.1.1., guix-commits, 2020/02/04
- 05/13: gnu: sbcl-flexi-streams: Update to 1.0.18., guix-commits, 2020/02/04
- 07/13: gnu: sbcl-cl-unicode: Update to 0.1.6., guix-commits, 2020/02/04
- 08/13: gnu: Add ecl-cl-ppcre-unicode., guix-commits, 2020/02/04
- 10/13: gnu: sbcl-swap-bytes: Update to 1.2.,
guix-commits <=
- 12/13: gnu: Add ecl-static-vectors., guix-commits, 2020/02/04
- 04/13: gnu: Add ecl-drakma., guix-commits, 2020/02/04
- 09/13: gnu: sbcl-split-sequence: Update to 2.0.0., guix-commits, 2020/02/04
- 11/13: gnu: sbcl-static-vectors: Update to 1.8.4., guix-commits, 2020/02/04
- 13/13: gnu: sbcl-usocket: Update to 0.8.3., guix-commits, 2020/02/04