diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-10-21 17:36:33 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-10-21 17:36:33 +0000 |
commit | 9380f4e43d1ad35b2e185bee357d26311595d68e (patch) | |
tree | e6fb71bc84729c9646fff8bac4263b6a56e7d5c4 | |
parent | fc15512be494156f2ded624def679e2d1cc6cee7 (diff) |
gnu: geda-gaf: Update to 1.10.2.
* gnu/packages/engineering.scm (geda-gaf): Update to 1.10.2.
[native-inputs]: Add groff.
-rw-r--r-- | gnu/packages/engineering.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index e706c89170..a53dff4b9f 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -207,7 +207,7 @@ plans and designs.") (define-public geda-gaf (package (name "geda-gaf") - (version "1.10.0") + (version "1.10.2") (source (origin (method url-fetch) (uri (string-append @@ -216,7 +216,7 @@ plans and designs.") version "/geda-gaf-" version ".tar.gz")) (sha256 (base32 - "06ivgarvwbzjz2wigxzzkm8iszldi2p6x3a6jnlczjyrz4csddsy")))) + "19688b0671imy2i3jphcnq1120b8ymhr4wz2psiqylr82ljanqp8")))) (build-system gnu-build-system) (arguments '(#:phases @@ -251,7 +251,8 @@ plans and designs.") ("pcb" ,pcb) ("python" ,python-2))) ; for xorn (native-inputs - `(("pkg-config" ,pkg-config) + `(("groff" ,groff) + ("pkg-config" ,pkg-config) ("desktop-file-utils" ,desktop-file-utils) ("perl" ,perl))) ; for tests (home-page "http://geda-project.org/") |