diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-28 22:16:03 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2019-04-28 22:16:03 +0200 |
commit | e0f3a4feb55851bd878607883498668f8b8fa10d (patch) | |
tree | 18dd2ffe9a91a087ea8fb89ef131fd97b3933128 /gnu | |
parent | 7fc0e3dbbbe96fc6ead2edbd98902120b6985000 (diff) | |
download | guix-e0f3a4feb55851bd878607883498668f8b8fa10d.tar guix-e0f3a4feb55851bd878607883498668f8b8fa10d.tar.gz |
gnu: Fix typo.
* gnu/packages/algebra.scm (giac-xcas): Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/algebra.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm index 8a0f0e1a04..387f842599 100644 --- a/gnu/packages/algebra.scm +++ b/gnu/packages/algebra.scm @@ -337,7 +337,7 @@ or text interfaces) or as a C++ library.") (license license:gpl3+))) (define-public giac-xcas - (deprecate-package "giac-xcas" giac)) + (deprecated-package "giac-xcas" giac)) (define-public flint (package |