all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 58699@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#58699] [PATCH] gnu: libostree: Update to 2022.6.
Date: Fri, 21 Oct 2022 22:30:02 -0400	[thread overview]
Message-ID: <20221022023002.27905-1-kiasoc5@disroot.org> (raw)

* gnu/packages/package-management.scm (libostree): Update to 2022.6.
---
 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 a25f5c2b32..338c547fd4 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1849,7 +1849,7 @@ (define-public msitools
 (define-public libostree
   (package
     (name "libostree")
-    (version "2022.5")
+    (version "2022.6")
     (source
      (origin
        (method url-fetch)
@@ -1857,7 +1857,7 @@ (define-public libostree
              "https://github.com/ostreedev/ostree/releases/download/v"
              (version-major+minor version) "/libostree-" version ".tar.xz"))
        (sha256
-        (base32 "0gq53g601x09gc4ips6n3zmmdaz8zyv235xf63fxf4f17fclsk4i"))))
+        (base32 "135dzxqzy19a8hkxm25mriy7zf72sbxz1mzzfw6a2d8bk9yz8pl3"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases

base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
-- 
2.38.0





             reply	other threads:[~2022-10-22  3:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22  2:30 kiasoc5 via Guix-patches via [this message]
2022-10-24  7:56 ` bug#58699: [PATCH] gnu: libostree: Update to 2022.6 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221022023002.27905-1-kiasoc5@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=58699@debbugs.gnu.org \
    --cc=kiasoc5@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.