gnu: kicad-footprints: Update to 5.1.6.

* gnu/packages/engineering.scm (kicad-footprints): Update to 5.1.6.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-15 21:54:35 +02:00
parent 5908aa1dd9
commit 979f93ac15
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -949,7 +949,7 @@ (define-public kicad-footprints
(package (package
(inherit kicad-symbols) (inherit kicad-symbols)
(name "kicad-footprints") (name "kicad-footprints")
(version "5.1.5") (version "5.1.6")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -958,7 +958,7 @@ (define-public kicad-footprints
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1c4whgn14qhz4yqkl46w13p6rpv1k0hsc9s9h9368fxfcz9knb2j")))) "1kmf91a5mmvj9izrv40mkaw1w36yjgn8daczd9rq2wlmd0rdp1zx"))))
(synopsis "Official KiCad footprint libraries") (synopsis "Official KiCad footprint libraries")
(description "This package contains the official KiCad footprint libraries."))) (description "This package contains the official KiCad footprint libraries.")))