mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +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:
parent
fc15512be4
commit
9380f4e43d
1 changed files with 4 additions and 3 deletions
|
@ -207,7 +207,7 @@ plans and designs.")
|
||||||
(define-public geda-gaf
|
(define-public geda-gaf
|
||||||
(package
|
(package
|
||||||
(name "geda-gaf")
|
(name "geda-gaf")
|
||||||
(version "1.10.0")
|
(version "1.10.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -216,7 +216,7 @@ plans and designs.")
|
||||||
version "/geda-gaf-" version ".tar.gz"))
|
version "/geda-gaf-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06ivgarvwbzjz2wigxzzkm8iszldi2p6x3a6jnlczjyrz4csddsy"))))
|
"19688b0671imy2i3jphcnq1120b8ymhr4wz2psiqylr82ljanqp8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -251,7 +251,8 @@ plans and designs.")
|
||||||
("pcb" ,pcb)
|
("pcb" ,pcb)
|
||||||
("python" ,python-2))) ; for xorn
|
("python" ,python-2))) ; for xorn
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("groff" ,groff)
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
("desktop-file-utils" ,desktop-file-utils)
|
||||||
("perl" ,perl))) ; for tests
|
("perl" ,perl))) ; for tests
|
||||||
(home-page "http://geda-project.org/")
|
(home-page "http://geda-project.org/")
|
||||||
|
|
Loading…
Add table
Reference in a new issue