guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: libostree: Update to 2020.4.


From: guix-commits
Subject: 08/13: gnu: libostree: Update to 2020.4.
Date: Sun, 26 Jul 2020 15:05:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 94050eaff878c1e381491dbd06bdc2fe178e7372
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 26 16:05:32 2020 +0200

    gnu: libostree: Update to 2020.4.
    
    * gnu/packages/package-management.scm (libostree): Update to 2020.4.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 5db4ed0..277b125 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1077,7 +1077,7 @@ for packaging and deployment of cross-compiled Windows 
applications.")
 (define-public libostree
   (package
     (name "libostree")
-    (version "2020.3")
+    (version "2020.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1085,7 +1085,7 @@ for packaging and deployment of cross-compiled Windows 
applications.")
                     (version-major+minor version) "/libostree-" version 
".tar.xz"))
               (sha256
                (base32
-                "01cch4as23xspq6pck59al7x5jj60wl21g8p3iqbdxcjl1p3jxsq"))))
+                "0s13cjrpx5r1dc9j9c9924zak45wl9nlbg9hiwgpsal80l92c39n"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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