[PATCH] gnu: rvvm: Update to 0.6.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jean-Pierre De Jesus DIAZ
  • Z572
Owner
unassigned
Submitted by
Jean-Pierre De Jesus DIAZ
Severity
normal

Debbugs page

Jean-Pierre De Jesus DIAZ wrote 1 weeks ago
(address . guix-patches@gnu.org)(name . Jean-Pierre De Jesus DIAZ)(address . jean@foundation.xyz)
1c4f864d1a54b913082ebf34b35d745cb62c32aa.1740999678.git.jean@foundation.xyz
* gnu/packages/virtualization.scm (rvvm): Update to 0.6.

Change-Id: I1512b99edf9e3c750da49b05780d84af1b84070c
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index 9ab65e6c6c..b1d8629526 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -1258,7 +1258,7 @@ (define-public ganeti-instance-debootstrap
(define-public rvvm
(package
(name "rvvm")
- (version "0.5")
+ (version "0.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1267,7 +1267,7 @@ (define-public rvvm
(file-name (git-file-name name version))
(sha256
(base32
- "1ldabcrmpa044bahpqa6ymwbhhwy69slh77f0m3421sq6j50l06p"))))
+ "1mbb1c9r33am2z27a17xkjw5gpzvz41wywx1g021s0w34lmsax76"))))
(build-system cmake-build-system)
(arguments
(list

base-commit: 4f220482de742c9c03cf6378ab147026a330edd0
--
2.48.1
Z572 wrote 1 weeks ago
(name . Jean-Pierre De Jesus DIAZ)(address . jean@foundation.xyz)(name . Sharlatan Hellseher)(address . sharlatanus@gmail.com)(address . 76710-done@debbugs.gnu.org)
87r03araxu.fsf@iscas.ac.cn
Jean-Pierre De Jesus DIAZ <jean@foundation.xyz> writes:

Toggle quote (31 lines)
> * gnu/packages/virtualization.scm (rvvm): Update to 0.6.
>
> Change-Id: I1512b99edf9e3c750da49b05780d84af1b84070c
> ---
> gnu/packages/virtualization.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
> index 9ab65e6c6c..b1d8629526 100644
> --- a/gnu/packages/virtualization.scm
> +++ b/gnu/packages/virtualization.scm
> @@ -1258,7 +1258,7 @@ (define-public ganeti-instance-debootstrap
> (define-public rvvm
> (package
> (name "rvvm")
> - (version "0.5")
> + (version "0.6")
> (source (origin
> (method git-fetch)
> (uri (git-reference
> @@ -1267,7 +1267,7 @@ (define-public rvvm
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "1ldabcrmpa044bahpqa6ymwbhhwy69slh77f0m3421sq6j50l06p"))))
> + "1mbb1c9r33am2z27a17xkjw5gpzvz41wywx1g021s0w34lmsax76"))))
> (build-system cmake-build-system)
> (arguments
> (list
>
> base-commit: 4f220482de742c9c03cf6378ab147026a330edd0
pushed, closing.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmfJMN0ACgkQO1qpk+Gi
3/BLIg//dBc/gcEdWzgEGqms4F2bGqTq5JVJ5OOXdRiN9EN8FjMlZTP7ptpveOMM
atWZOUEPmbRnYN/DDLAX1WFjCb7M9jHwRNjOvI/QUk0i0ph7JG20e2y+8ENgHXfE
B7QpxWRZGZdPyza5lxVWT9+oibJwxXXPdFw90bNgy5gPRE/DIf0+J94vxL9uWXFR
czbXaDrFypkrmtifc/PVo8mlaww+aldxm7/1by3BHpk3vuFVN1sGxQwrg+Lhm1vl
dKH8bj+LSxxidtOdpFhG8vV09OAwRNDMeo7hr0SzkyXaD6ZtkOtwRjkRXmJ1NhTg
zY1CyXde9Gjk7/wz+77SETTTpdUEVmH0VES6VghNdTx8I/xjZkf6m2mmjIAz8+LQ
gMhZ68FLr9hVa4eXa8t/OLSXc/Wu1QWmFC5EBwMqY9jRTDSn6mi/ScIWvr+iK2mX
KtFAbCga7YFZRXLHPBSrJhOsZYTVrY8c7i/RxKMyK9+PBiSbL2sz8ja3S7Awtvfe
7vOw1skeQA/4Ni3PTFxapSr0ONxpGxOBAZuvBExaep3NWbsGQUxBOBq7h+oZTEd7
oRkRX6bUoead5TrlAh/eO0lOPrvgd1vC/3irACBHZrsL5sXg/fKOVNnOxMz8Zrff
b47O/ZSt1rNQ1m/21Z9yLCjuXz9rWdZi+Rjsd+C5CeDQ+coxHI0=
=7TN6
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76710@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76710
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help