mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cifs-utils: Update to 7.1.
* gnu/packages/samba.scm (cifs-utils): Update to 7.1. Change-Id: Icfb3ca7e691928a443f54e127612f32321bdd721 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
902050757e
commit
33febb9b4e
1 changed files with 3 additions and 2 deletions
|
@ -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-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue