gnu: kicad-templates: Update to 5.1.6.

* gnu/packages/engineering.scm (kicad-templates): Update to 5.1.6.
This commit is contained in:
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

View file

@ -983,7 +983,7 @@ (define-public kicad-templates
(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 @@ (define-public kicad-templates
(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.")))