3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: geda-gaf: Update to 1.10.2.

* gnu/packages/engineering.scm (geda-gaf): Update to 1.10.2.
[native-inputs]: Add groff.
This commit is contained in:
Ricardo Wurmus 2021-10-21 17:36:33 +00:00
parent fc15512be4
commit 9380f4e43d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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/")