gnu: libostree: Update to 2018.7.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 8 Aug 2018 17:41:52 +0000 (19:41 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 9 Aug 2018 00:17:22 +0000 (02:17 +0200)
* gnu/packages/package-management.scm (libostree): Update to 2018.7.

gnu/packages/package-management.scm

index 480d1b7..78db0ab 100644 (file)
@@ -923,7 +923,7 @@ for packaging and deployment of cross-compiled Windows applications.")
 (define-public libostree
   (package
     (name "libostree")
-    (version "2018.5")
+    (version "2018.7")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -931,7 +931,7 @@ for packaging and deployment of cross-compiled Windows applications.")
                     version "/libostree-" version ".tar.xz"))
               (sha256
                (base32
-                "0q82d6rvp119nx7ck7j63a591kz8vg7v465kf9ygh8kzg875l3xd"))))
+                "1nc310lv36psxn5yslkxlgi9gjxwqpwqzkg2pldgpwrlv6gkagj8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases