gnu: samba/fixed: Update to 4.15.13.
* gnu/packages/samba.scm (samba/fixed-patched): New variable. (samba/fixed): Add replacement for samba/fixed-patched.
This commit is contained in:
parent
502f981c13
commit
c39db91e51
1 changed files with 15 additions and 1 deletions
|
@ -295,7 +295,9 @@ Desktops into Active Directory environments using the winbind daemon.")
|
||||||
(define-public samba/fixed
|
(define-public samba/fixed
|
||||||
;; Version that rarely changes, depended on by libsoup.
|
;; Version that rarely changes, depended on by libsoup.
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package/inherit samba
|
(package
|
||||||
|
(inherit samba)
|
||||||
|
(replacement samba/fixed-patched)
|
||||||
(version "4.15.3")
|
(version "4.15.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -319,6 +321,18 @@ Desktops into Active Directory environments using the winbind daemon.")
|
||||||
libxslt
|
libxslt
|
||||||
libxml2)))))
|
libxml2)))))
|
||||||
|
|
||||||
|
(define-public samba/fixed-patched
|
||||||
|
(package
|
||||||
|
(inherit samba/fixed)
|
||||||
|
(version "4.15.13")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://download.samba.org/pub/samba/stable/"
|
||||||
|
"samba-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0s29vzn5f42vjhx6h25c7v67n14ymqxn8glqa97d0rajd99y64n4"))))))
|
||||||
|
|
||||||
(define-public talloc
|
(define-public talloc
|
||||||
(package
|
(package
|
||||||
(name "talloc")
|
(name "talloc")
|
||||||
|
|
Reference in a new issue