mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: vmware-open-vm-tools: Update to 13.0.10.
* gnu/packages/virtualization.scm (vmware-open-vm-tools): Update to 13.0.10. [inputs]: Switch to xmlsec-openssl, remove duplicate xmlsec Merges: https://codeberg.org/guix/guix/pulls/6758 Change-Id: I03ff6ef227c8f6ce929dfce5d909c93af716639b Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
76bf3baa17
commit
264fe8ee5a
@@ -1938,7 +1938,7 @@ domains, their live performance and resource utilization statistics.")
|
||||
(define-public vmware-open-vm-tools
|
||||
(package
|
||||
(name "vmware-open-vm-tools")
|
||||
(version "13.0.0")
|
||||
(version "13.0.10")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -1947,7 +1947,7 @@ domains, their live performance and resource utilization statistics.")
|
||||
(commit (string-append "stable-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19zqfkd4rxajgghjc4czssvqxxw1q6mc6mnp50j7lnqaviwvb5fm"))))
|
||||
(base32 "0rjqrmypfv6llqsc4bzjw7fl8i8bslis4ki15r9ikzn8w7l4wmcl"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@@ -2019,7 +2019,7 @@ domains, their live performance and resource utilization statistics.")
|
||||
(list eudev
|
||||
fuse
|
||||
glib
|
||||
xmlsec
|
||||
xmlsec-openssl
|
||||
libmspack
|
||||
;; libdnet ; Not packed
|
||||
libtirpc
|
||||
@@ -2030,8 +2030,7 @@ domains, their live performance and resource utilization statistics.")
|
||||
procps
|
||||
rpcsvc-proto
|
||||
shepherd ;for 'halt' and 'reboot', invoked from VMWare host.
|
||||
util-linux
|
||||
xmlsec))
|
||||
util-linux))
|
||||
(home-page "https://github.com/vmware/open-vm-tools")
|
||||
(synopsis "Tools for VMWare guest VM to enhance host-guest integration")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user