guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libostree: Update to 2018.9.1.


From: guix-commits
Subject: 01/01: gnu: libostree: Update to 2018.9.1.
Date: Tue, 18 Dec 2018 08:54:17 -0500 (EST)

rhelling pushed a commit to branch master
in repository guix.

commit 83d4da1211e8c5cdae10f228605f707f307d02c7
Author: Rutger Helling <address@hidden>
Date:   Tue Dec 18 14:49:33 2018 +0100

    gnu: libostree: Update to 2018.9.1.
    
    * gnu/packages/package-management.scm (libostree): Update to 2018.9.1.
---
 gnu/packages/package-management.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 226add8..89c9f91 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -934,15 +934,15 @@ for packaging and deployment of cross-compiled Windows 
applications.")
 (define-public libostree
   (package
     (name "libostree")
-    (version "2018.7")
+    (version "2018.9.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "https://github.com/ostreedev/ostree/releases/download/v";
-                    version "/libostree-" version ".tar.xz"))
+                    (version-major+minor version) "/libostree-" version 
".tar.xz"))
               (sha256
                (base32
-                "1nc310lv36psxn5yslkxlgi9gjxwqpwqzkg2pldgpwrlv6gkagj8"))))
+                "01mygpkbl9sk2vr3hjbpih6qlg8lwx0q5lklm09f7jfwfpnwyqzj"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]