gnu: avr-libc: Update to 2.0.0.
authorDavid Thompson <dthompson@vistahigherlearning.com>
Fri, 15 Apr 2016 13:14:28 +0000 (09:14 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Mon, 30 May 2016 17:45:21 +0000 (13:45 -0400)
* gnu/packages/avr.scm (avr-libc): Update to 2.0.0.

gnu/packages/avr.scm

index 72411d9..88ebb42 100644 (file)
 (define-public avr-libc
   (package
     (name "avr-libc")
-    (version "1.8.1")
+    (version "2.0.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "mirror://savannah//avr-libc/avr-libc-"
-                    version ".tar.bz2"))
+              (uri (string-append "mirror://savannah//avr-libc/avr-libc-"
+                                  version ".tar.bz2"))
               (sha256
                (base32
-                "0sd9qkvhmk9av4g1f8dsjwc309hf1g0731bhvicnjb3b3d42l1n3"))))
+                "15svr2fx8j6prql2il2fc0ppwlv50rpmyckaxx38d3gxxv97zpdj"))))
     (build-system gnu-build-system)
     (arguments
      '(#:out-of-source? #t