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.") | |||
| 1938 | (define-public vmware-open-vm-tools | 1938 | (define-public vmware-open-vm-tools |
| 1939 | (package | 1939 | (package |
| 1940 | (name "vmware-open-vm-tools") | 1940 | (name "vmware-open-vm-tools") |
| 1941 | (version "13.0.0") | 1941 | (version "13.0.10") |
| 1942 | (source | 1942 | (source |
| 1943 | (origin | 1943 | (origin |
| 1944 | (method git-fetch) | 1944 | (method git-fetch) |
| @@ -1947,7 +1947,7 @@ domains, their live performance and resource utilization statistics.") | |||
| 1947 | (commit (string-append "stable-" version)))) | 1947 | (commit (string-append "stable-" version)))) |
| 1948 | (file-name (git-file-name name version)) | 1948 | (file-name (git-file-name name version)) |
| 1949 | (sha256 | 1949 | (sha256 |
| 1950 | (base32 "19zqfkd4rxajgghjc4czssvqxxw1q6mc6mnp50j7lnqaviwvb5fm")))) | 1950 | (base32 "0rjqrmypfv6llqsc4bzjw7fl8i8bslis4ki15r9ikzn8w7l4wmcl")))) |
| 1951 | (build-system gnu-build-system) | 1951 | (build-system gnu-build-system) |
| 1952 | (arguments | 1952 | (arguments |
| 1953 | (list | 1953 | (list |
| @@ -2019,7 +2019,7 @@ domains, their live performance and resource utilization statistics.") | |||
| 2019 | (list eudev | 2019 | (list eudev |
| 2020 | fuse | 2020 | fuse |
| 2021 | glib | 2021 | glib |
| 2022 | xmlsec | 2022 | xmlsec-openssl |
| 2023 | libmspack | 2023 | libmspack |
| 2024 | ;; libdnet ; Not packed | 2024 | ;; libdnet ; Not packed |
| 2025 | libtirpc | 2025 | libtirpc |
| @@ -2030,8 +2030,7 @@ domains, their live performance and resource utilization statistics.") | |||
| 2030 | procps | 2030 | procps |
| 2031 | rpcsvc-proto | 2031 | rpcsvc-proto |
| 2032 | shepherd ;for 'halt' and 'reboot', invoked from VMWare host. | 2032 | shepherd ;for 'halt' and 'reboot', invoked from VMWare host. |
| 2033 | util-linux | 2033 | util-linux)) |
| 2034 | xmlsec)) | ||
| 2035 | (home-page "https://github.com/vmware/open-vm-tools") | 2034 | (home-page "https://github.com/vmware/open-vm-tools") |
| 2036 | (synopsis "Tools for VMWare guest VM to enhance host-guest integration") | 2035 | (synopsis "Tools for VMWare guest VM to enhance host-guest integration") |
| 2037 | (description | 2036 | (description |
