[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: rr: Fix typo.
From: |
guix-commits |
Subject: |
01/11: gnu: rr: Fix typo. |
Date: |
Sun, 15 Nov 2020 14:48:12 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 00781cb57dda331a462ad8f7e52f8d26ce440298
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 15 02:12:23 2020 +0100
gnu: rr: Fix typo.
* gnu/packages/debug.scm (rr)[inputs]: Fix ‘cpanproto’ typo.
---
gnu/packages/debug.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 9dc32c7..3fe5fd0 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -613,7 +613,7 @@ error reporting, better tracing, profiling, and a
debugger.")
("which" ,which)))
(inputs
`(("gdb" ,gdb)
- ("cpanproto" ,capnproto)
+ ("capnproto" ,capnproto)
("python" ,python)
("python-pexpect" ,python-pexpect)))
(home-page "https://rr-project.org/")
- branch master updated (ce18d88 -> 11305a1), guix-commits, 2020/11/15
- 01/11: gnu: rr: Fix typo.,
guix-commits <=
- 08/11: gnu: python-css-parser: Update to 1.0.6., guix-commits, 2020/11/15
- 05/11: gnu: python-css-parser: Improve description., guix-commits, 2020/11/15
- 03/11: gnu: python-bottle: Update to 0.12.19., guix-commits, 2020/11/15
- 02/11: gnu: rr: Update to 5.4.0., guix-commits, 2020/11/15
- 06/11: gnu: python-cloudscraper: Remove questionable message., guix-commits, 2020/11/15
- 11/11: gnu: perl-net-dns: Update to 1.28., guix-commits, 2020/11/15
- 10/11: gnu: python-scp: Update to 0.13.3., guix-commits, 2020/11/15
- 09/11: gnu: font-jetbrains-mono: Update to 2.210., guix-commits, 2020/11/15
- 07/11: gnu: python-cloudscraper: Update to 1.2.48., guix-commits, 2020/11/15
- 04/11: gnu: python-bottle: Use HTTPS home page., guix-commits, 2020/11/15