gnu: samba/fixed: Replacement package has the same store name length.
This is a follow-up to c39db91e51
.
* gnu/packages/samba.scm (samba/fixed-patched)[version]: Set to 4.15.A.
This commit is contained in:
parent
6654f7a7e9
commit
fb5514d3db
1 changed files with 4 additions and 2 deletions
|
@ -324,12 +324,14 @@ Desktops into Active Directory environments using the winbind daemon.")
|
||||||
(define-public samba/fixed-patched
|
(define-public samba/fixed-patched
|
||||||
(package
|
(package
|
||||||
(inherit samba/fixed)
|
(inherit samba/fixed)
|
||||||
(version "4.15.13")
|
;; This is 4.15.13, but we need to trim the store file name to have
|
||||||
|
;; the same length as the one we are grafting above.
|
||||||
|
(version "4.15.A")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
||||||
"samba-" version ".tar.gz"))
|
"samba-4.15.13.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0s29vzn5f42vjhx6h25c7v67n14ymqxn8glqa97d0rajd99y64n4"))))))
|
(base32 "0s29vzn5f42vjhx6h25c7v67n14ymqxn8glqa97d0rajd99y64n4"))))))
|
||||||
|
|
||||||
|
|
Reference in a new issue