summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-26 16:05:32 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-26 20:45:01 +0200
commit94050eaff878c1e381491dbd06bdc2fe178e7372 (patch)
treebd9441fe3bbdbde68c668ffe0fcb254ae71405bd /gnu/packages
parentae383cdfc6628947937f2af34bb13402fcc3dc71 (diff)
downloadguix-patches-94050eaff878c1e381491dbd06bdc2fe178e7372.tar
guix-patches-94050eaff878c1e381491dbd06bdc2fe178e7372.tar.gz
gnu: libostree: Update to 2020.4.
* gnu/packages/package-management.scm (libostree): Update to 2020.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/package-management.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index 5db4ed09dc..277b125809 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