diff options
| author | Douglas Deslauriers <Douglas.Deslauriers@vector.com> | 2026-02-27 10:22:56 -0500 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-27 21:52:50 +0000 |
| commit | 264fe8ee5a31934c1761b2cf2b0b588ec94607df (patch) | |
| tree | 02486f6b6541d8bb8f8a4383f0fcf0d72622b30b /gnu | |
| parent | 76bf3baa17e7b5380b03659fc67f0fd18434ff92 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/virtualization.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm index 08defc4edd9..434eea4e7e5 100644 --- a/gnu/packages/virtualization.scm +++ b/gnu/packages/virtualization.scm @@ -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 |
