From: Jordan Moore <lockbox@struct.foo>
To: 75030@debbugs.gnu.org
Cc: Jordan Moore <lockbox@struct.foo>
Subject: [bug#75030] [PATCH] gnu: cifs-utils: Update to 7.1.
Date: Sun, 22 Dec 2024 12:08:17 -0500 [thread overview]
Message-ID: <6b5caef5b7ee83c363b27a93d51418be43b4939d.1734887297.git.lockbox@struct.foo> (raw)
* gnu/packages/samba.scm (cifs-utils): Update to 7.1.
Change-Id: Icfb3ca7e691928a443f54e127612f32321bdd721
---
gnu/packages/samba.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm
index 1c139a7671..758efa5546 100644
--- a/gnu/packages/samba.scm
+++ b/gnu/packages/samba.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2022 Guillaume Le Vaillant <glv@posteo.net>
;;; Copyright © 2022 Maxime Devos <maximedevos@telenet.be>
;;; Copyright © 2022 Simon Streit <simon@netpanic.org>
+;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -74,14 +75,14 @@ (define-module (gnu packages samba)
(define-public cifs-utils
(package
(name "cifs-utils")
- (version "7.0")
+ (version "7.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.samba.org/pub/linux-cifs/"
"cifs-utils/cifs-utils-" version ".tar.bz2"))
(sha256 (base32
- "0qc1ph94yvg87m87xangw9dd0m5ds2q1zd2sqkzldsnkbfwamvqd"))))
+ "0ajvbc5lbwvzlhq2f2grsgy3rpzb314vm29icp4kcsjadbvj64d2"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake pkg-config
base-commit: 1ca065fe68d68a2fa9c3d747f23fd11c8ecfd85b
--
2.46.0
next reply other threads:[~2024-12-22 17:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-22 17:08 Jordan Moore [this message]
2024-12-24 5:06 ` bug#75030: [PATCH] gnu: cifs-utils: Update to 7.1 宋文武 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
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=6b5caef5b7ee83c363b27a93d51418be43b4939d.1734887297.git.lockbox@struct.foo \
--to=lockbox@struct.foo \
--cc=75030@debbugs.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).