guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: geda-gaf: Update to 1.10.2.


From: guix-commits
Subject: 05/10: gnu: geda-gaf: Update to 1.10.2.
Date: Thu, 21 Oct 2021 17:57:30 -0400 (EDT)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 9380f4e43d1ad35b2e185bee357d26311595d68e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Oct 21 17:36:33 2021 +0000

    gnu: geda-gaf: Update to 1.10.2.
    
    * gnu/packages/engineering.scm (geda-gaf): Update to 1.10.2.
    [native-inputs]: Add groff.
---
 gnu/packages/engineering.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index e706c89..a53dff4 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]