[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: lepton-eda: Update to 1.9.11-20200604.
From: |
guix-commits |
Subject: |
01/02: gnu: lepton-eda: Update to 1.9.11-20200604. |
Date: |
Tue, 28 Jul 2020 18:22:00 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 28cbf3ef42353a491028d405a66595d45f3c8998
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 28 09:20:03 2020 +0200
gnu: lepton-eda: Update to 1.9.11-20200604.
* gnu/packages/engineering.scm (lepton-eda): Update to 1.9.11-20200604.
---
gnu/packages/engineering.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 5262b29..944f34e 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -267,14 +267,14 @@ utilities.")
(package
(inherit geda-gaf)
(name "lepton-eda")
- (version "1.9.9-20191003")
+ (version "1.9.11-20200604")
(home-page "https://github.com/lepton-eda/lepton-eda")
(source (origin
(method git-fetch)
(uri (git-reference (url home-page) (commit version)))
(sha256
(base32
- "08cc3zfk84qq9mrkc9pp4r9jlavvm01wwy0yd9frql68w2zw6mip"))
+ "091y8h7wcr9smwhb1wf12sj27n5jrannbj3y6qq3q2gwiifiz8sd"))
(file-name (git-file-name name version))))
(native-inputs
`(("autoconf" ,autoconf)