GNU bug report logs -
#75030
[PATCH] gnu: cifs-utils: Update to 7.1.
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Sun, 22 Dec 2024 17:12:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#75030: [PATCH] gnu: cifs-utils: Update to 7.1.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 75030 <at> debbugs.gnu.org.
--
75030: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75030
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Jordan Moore <lockbox <at> struct.foo> writes:
> * gnu/packages/samba.scm (cifs-utils): Update to 7.1.
Pushed to master, thank you!
[Message part 3 (message/rfc822, inline)]
* 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 <at> posteo.net>
;;; Copyright © 2022 Maxime Devos <maximedevos <at> telenet.be>
;;; Copyright © 2022 Simon Streit <simon <at> netpanic.org>
+;;; Copyright © 2024 Jordan Moore <lockbox <at> 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
This bug report was last modified 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.