gnu: kicad-footprints: Update to 5.1.6.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 15 May 2020 19:54:35 +0000 (21:54 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 15 May 2020 20:08:34 +0000 (22:08 +0200)
* gnu/packages/engineering.scm (kicad-footprints): Update to 5.1.6.

gnu/packages/engineering.scm

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