gnu: cqfd: Update to 5.1.0.

* gnu/packages/docker.scm (cqfd): Update to 5.1.0.
[description]: Fix typo.
This commit is contained in:
Maxim Cournoyer 2019-05-13 21:49:15 -04:00
parent c5b1377840
commit 112fd34fee
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -608,7 +608,7 @@ (define-public docker-cli
(define-public cqfd
(package
(name "cqfd")
(version "5.0.1")
(version "5.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -617,7 +617,7 @@ (define-public cqfd
(file-name (git-file-name name version))
(sha256
(base32
"1z4v16lbpbwd5ykawizdclpryp2k006lbk2mv427a4b3nvcd9wik"))))
"1xhydz01f2rrnw7rmnaxh3f3q1ariq7j2ig0i0w1p3wn10l3q0nv"))))
(build-system gnu-build-system)
(arguments
;; The test suite requires a docker daemon and connectivity.
@ -639,6 +639,6 @@ (define-public cqfd
(home-page "https://github.com/savoirfairelinux/cqfd")
(synopsis "Convenience wrapper for Docker")
(description "cqfd is a Bash script that provides a quick and convenient
way to run commands in the ecurrent directory, but within a Docker container
way to run commands in the current directory, but within a Docker container
defined in a per-project configuration file.")
(license license:gpl3+)))