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.6.


From: guix-commits
Subject: 08/13: gnu: libostree: Update to 2020.6.
Date: Fri, 11 Sep 2020 10:40:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8812d9ac9475edd1fa92b85c39c8f4c8f72c55be
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Sep 11 15:20:32 2020 +0200

    gnu: libostree: Update to 2020.6.
    
    * gnu/packages/package-management.scm (libostree): Update to 2020.6.
---
 gnu/packages/package-management.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 11aae91..bcd7c69 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1148,15 +1148,15 @@ for packaging and deployment of cross-compiled Windows 
applications.")
 (define-public libostree
   (package
     (name "libostree")
-    (version "2020.5")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/ostreedev/ostree/releases/download/v";
-                    (version-major+minor version) "/libostree-" version 
".tar.xz"))
-              (sha256
-               (base32
-                "1k92177hjalbdpmg45ymwwrni68vh9rs5x9zvy5fzl9lng12fgpb"))))
+    (version "2020.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/ostreedev/ostree/releases/download/v";
+             (version-major+minor version) "/libostree-" version ".tar.xz"))
+       (sha256
+        (base32 "0wk9fgj9jl25ns2hcgcb6j24k5mvfn13b02ka0p8l4hdh8c4hpc6"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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