diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-05-13 21:49:15 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2019-05-13 21:50:34 -0400 |
| commit | 112fd34feefd3cdeb483f8cb098d553029bac997 (patch) | |
| tree | 2fe8b40a970f792df498036bd8d7b9fd9bd0876c | |
| parent | c5b1377840c3397e73de0d9f29bce60f8a91c286 (diff) | |
gnu: cqfd: Update to 5.1.0.
* gnu/packages/docker.scm (cqfd): Update to 5.1.0.
[description]: Fix typo.
| -rw-r--r-- | gnu/packages/docker.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm index 669d0827c94..eb76b85676a 100644 --- a/gnu/packages/docker.scm +++ b/gnu/packages/docker.scm | |||
| @@ -608,7 +608,7 @@ provisioning etc.") | |||
| 608 | (define-public cqfd | 608 | (define-public cqfd |
| 609 | (package | 609 | (package |
| 610 | (name "cqfd") | 610 | (name "cqfd") |
| 611 | (version "5.0.1") | 611 | (version "5.1.0") |
| 612 | (source (origin | 612 | (source (origin |
| 613 | (method git-fetch) | 613 | (method git-fetch) |
| 614 | (uri (git-reference | 614 | (uri (git-reference |
| @@ -617,7 +617,7 @@ provisioning etc.") | |||
| 617 | (file-name (git-file-name name version)) | 617 | (file-name (git-file-name name version)) |
| 618 | (sha256 | 618 | (sha256 |
| 619 | (base32 | 619 | (base32 |
| 620 | "1z4v16lbpbwd5ykawizdclpryp2k006lbk2mv427a4b3nvcd9wik")))) | 620 | "1xhydz01f2rrnw7rmnaxh3f3q1ariq7j2ig0i0w1p3wn10l3q0nv")))) |
| 621 | (build-system gnu-build-system) | 621 | (build-system gnu-build-system) |
| 622 | (arguments | 622 | (arguments |
| 623 | ;; The test suite requires a docker daemon and connectivity. | 623 | ;; The test suite requires a docker daemon and connectivity. |
| @@ -639,6 +639,6 @@ provisioning etc.") | |||
| 639 | (home-page "https://github.com/savoirfairelinux/cqfd") | 639 | (home-page "https://github.com/savoirfairelinux/cqfd") |
| 640 | (synopsis "Convenience wrapper for Docker") | 640 | (synopsis "Convenience wrapper for Docker") |
| 641 | (description "cqfd is a Bash script that provides a quick and convenient | 641 | (description "cqfd is a Bash script that provides a quick and convenient |
| 642 | way to run commands in the ecurrent directory, but within a Docker container | 642 | way to run commands in the current directory, but within a Docker container |
| 643 | defined in a per-project configuration file.") | 643 | defined in a per-project configuration file.") |
| 644 | (license license:gpl3+))) | 644 | (license license:gpl3+))) |
