;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2017 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (test-base16) #:use-module (guix base16) #:use-module (srfi srfi-1) #:use-module (srfi srfi-64) #:use-module (rnrs bytevectors)) (test-begin "base16") (test-assert "bytevector->base16-string->bytevector" (every (lambda (bv) (equal? (base16-string->bytevector (bytevector->base16-string bv)) bv)) (map string->utf8 '("" "f" "fo" "foo" "foob" "fooba" "foobar")))) (test-end "base16") href='/guix/tree/gnu/packages/sync.scm?id=ed530aeb71dec4c77d3686438a83b5565654336c'>treecommitdiff
AgeCommit message (Expand)Author
2019-11-29gnu: rclone: Update to 1.50.2.Clément Lassieur
2019-11-05gnu: rclone: Update to 1.50.1.Tobias Geerinckx-Rice
2019-11-01gnu: rclone: Update to 1.50.0.Nicolas Goaziou
2019-10-03gnu: rclone: Update to 1.49.4.Nicolas Goaziou
2019-09-20gnu: rclone: Update to 1.49.3.Tobias Geerinckx-Rice
2019-09-10gnu: rclone: Update to 1.49.2.Tobias Geerinckx-Rice
2019-09-02gnu: rclone: Update to 1.49.1.Nicolas Goaziou
2019-08-21gnu: lsyncd: Search $PATH for binaries.Tobias Geerinckx-Rice
2019-07-22gnu: zstd: Move libraries to separate outputs.Marius Bakke
2019-06-21gnu: rclone: Update to 1.48.0.Tobias Geerinckx-Rice
2019-05-24gnu: Move Sphinx and friends to (gnu packages sphinx).Marius Bakke
2019-04-17gnu: rclone: Update to 1.47.0.Tobias Geerinckx-Rice
2019-02-20gnu: owncloud-client: Update to 2.5.3.11470.Efraim Flashner
2019-02-20gnu: Don't use the store path in the .desktop file.Efraim Flashner
2019-02-18gnu: lsyncd: Don't use unstable tarball.Tobias Geerinckx-Rice
2019-02-14gnu: rclone: Update to 1.46.Tobias Geerinckx-Rice
2019-01-16gnu: Move sqlite to separate module.Ricardo Wurmus
2019-01-15gnu: Separate Python core packages from the rest.Ricardo Wurmus