me
/
guix
Archived
1
0
Fork 0

gnu: kicad-templates: Update to 5.1.6.

* gnu/packages/engineering.scm (kicad-templates): Update to 5.1.6.
master
Tobias Geerinckx-Rice 2020-05-15 21:54:48 +02:00
parent c9403d1507
commit 91252a8836
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -983,7 +983,7 @@ libraries.")
(package (package
(inherit kicad-symbols) (inherit kicad-symbols)
(name "kicad-templates") (name "kicad-templates")
(version "5.1.5") (version "5.1.6")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -992,7 +992,7 @@ libraries.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0cs3bm3zb5ngw5ldn0lzw5bvqm4kvcidyrn76438alffwiz2b15g")))) "1hppcsrkn4dk6ggby6ckh0q65qxkywrbyxa4lwpaf7pxjyv498xg"))))
(synopsis "Official KiCad project and worksheet templates") (synopsis "Official KiCad project and worksheet templates")
(description "This package contains the official KiCad project and (description "This package contains the official KiCad project and
worksheet templates."))) worksheet templates.")))