guix-commits
[Top][All Lists]
Advanced

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

12/26: gnu: libostree: Update to 2021.3.


From: guix-commits
Subject: 12/26: gnu: libostree: Update to 2021.3.
Date: Fri, 3 Sep 2021 17:27:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9a10a8192b5ef3cbb5d373b12df41294aab13ba5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 3 22:58:26 2021 +0200

    gnu: libostree: Update to 2021.3.
    
    * gnu/packages/package-management.scm (libostree): Update to 2021.3.
---
 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 b068c48..2611951 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1306,7 +1306,7 @@ for packaging and deployment of cross-compiled Windows 
applications.")
 (define-public libostree
   (package
     (name "libostree")
-    (version "2021.2")
+    (version "2021.3")
     (source
      (origin
        (method url-fetch)
@@ -1314,7 +1314,7 @@ for packaging and deployment of cross-compiled Windows 
applications.")
              "https://github.com/ostreedev/ostree/releases/download/v";
              (version-major+minor version) "/libostree-" version ".tar.xz"))
        (sha256
-        (base32 "0z2x9krnd6nblwq0nz99igzhh3yv022rn3hgcyrzci0xqzkhhh45"))))
+        (base32 "1cyhr3s7xsgnsais5m4cjwdwcq46naf25r1k042c4n1y1jgs798g"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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