From: Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH v2 1/3] gnu: btrfs-progs: Update to 4.5.1.
Date: Sun, 3 Apr 2016 21:36:27 +0200 [thread overview]
Message-ID: <1459712189-2785-2-git-send-email-tobias.geerinckx.rice@gmail.com> (raw)
In-Reply-To: <1459712189-2785-1-git-send-email-tobias.geerinckx.rice@gmail.com>
* gnu/packages/linux.scm (btrfs-progs): Update to 4.5.1.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 3a4c9f1..917a4d2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2487,7 +2487,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "4.4.1")
+ (version "4.5.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -2495,7 +2495,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r"))))
+ "1znf2zhb56zbmdjk3lq107678xwsqwc5gczspypmc5i31qnppy7f"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"
--
2.7.0
next prev parent reply other threads:[~2016-04-03 19:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-03 19:36 [v2] Update btrfs-progs once again and add static output Tobias Geerinckx-Rice
2016-04-03 19:36 ` Tobias Geerinckx-Rice [this message]
2016-04-03 19:36 ` [PATCH v2 2/3] gnu: util-linux: Add "static" output Tobias Geerinckx-Rice
2016-04-03 19:36 ` [PATCH v2 3/3] gnu: btrfs-progs: " Tobias Geerinckx-Rice
2016-04-04 17:50 ` [v2] Update btrfs-progs once again and add static output Leo Famulari
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459712189-2785-2-git-send-email-tobias.geerinckx.rice@gmail.com \
--to=tobias.geerinckx.rice@gmail.com \
--cc=guix-devel@gnu.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).