unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38300] [PATCH 0/2] Update monero to 0.15.0.1.
@ 2019-11-20 13:26 Guillaume Le Vaillant
  2019-11-20 13:31 ` [bug#38300] [PATCH 1/2] gnu: monero: Update " Guillaume Le Vaillant
  2019-11-21 18:37 ` bug#38300: [PATCH 0/2] Update monero " Marius Bakke
  0 siblings, 2 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2019-11-20 13:26 UTC (permalink / raw)
  To: 38300

This patch series update monero and monero-gui to 0.15.0.1.

Patches:
 1- gnu: monero: Update to 0.15.0.1.
 2- gnu: monero-gui: Update to 0.15.0.1.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#38300] [PATCH 1/2] gnu: monero: Update to 0.15.0.1.
  2019-11-20 13:26 [bug#38300] [PATCH 0/2] Update monero to 0.15.0.1 Guillaume Le Vaillant
@ 2019-11-20 13:31 ` Guillaume Le Vaillant
  2019-11-20 13:31   ` [bug#38300] [PATCH 2/2] gnu: monero-gui: " Guillaume Le Vaillant
  2019-11-21 18:37 ` bug#38300: [PATCH 0/2] Update monero " Marius Bakke
  1 sibling, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2019-11-20 13:31 UTC (permalink / raw)
  To: 38300; +Cc: Guillaume Le Vaillant

* gnu/packages/finance.scm (monero): Update to 0.15.0.1.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 56bdacc9c4..792534533f 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -477,7 +477,7 @@ other machines/servers.  Electroncash does not download the Bitcoin Cash blockch
   ;; the system's dynamically linked library.
   (package
     (name "monero")
-    (version "0.15.0.0")
+    (version "0.15.0.1")
     (source
      (origin
        (method git-fetch)
@@ -498,7 +498,7 @@ other machines/servers.  Electroncash does not download the Bitcoin Cash blockch
            #t))
        (sha256
         (base32
-         "19y4kcj4agws7swfa3draysb1y18c3xb13r8cg0faxx1dlm0zbnr"))))
+         "0sypa235lf2bbib4b71xpaw39h9304slgsvnsz8wmy9fq1zx009m"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#38300] [PATCH 2/2] gnu: monero-gui: Update to 0.15.0.1.
  2019-11-20 13:31 ` [bug#38300] [PATCH 1/2] gnu: monero: Update " Guillaume Le Vaillant
@ 2019-11-20 13:31   ` Guillaume Le Vaillant
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2019-11-20 13:31 UTC (permalink / raw)
  To: 38300; +Cc: Guillaume Le Vaillant

* gnu/packages/finance.scm (monero-gui): Update to 0.15.0.1.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 792534533f..76805f9ca5 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -592,7 +592,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.15.0.0")
+    (version "0.15.0.1")
     (source
      (origin
        (method git-fetch)
@@ -602,7 +602,7 @@ the Monero command line client and daemon.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1shpnly2dym5jhvk8zk10p69mz062dihx979djg74q6hgkhhhqsh"))))
+         "08j8kkncdn57xql0bhmlzjpjkdfhqbpda1p07r797q8qi0nl4w8n"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-- 
2.24.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#38300: [PATCH 0/2] Update monero to 0.15.0.1.
  2019-11-20 13:26 [bug#38300] [PATCH 0/2] Update monero to 0.15.0.1 Guillaume Le Vaillant
  2019-11-20 13:31 ` [bug#38300] [PATCH 1/2] gnu: monero: Update " Guillaume Le Vaillant
@ 2019-11-21 18:37 ` Marius Bakke
  1 sibling, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2019-11-21 18:37 UTC (permalink / raw)
  To: Guillaume Le Vaillant, 38300-done

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

Guillaume Le Vaillant <glv@posteo.net> writes:

> This patch series update monero and monero-gui to 0.15.0.1.
>
> Patches:
>  1- gnu: monero: Update to 0.15.0.1.
>  2- gnu: monero-gui: Update to 0.15.0.1.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-21 18:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 13:26 [bug#38300] [PATCH 0/2] Update monero to 0.15.0.1 Guillaume Le Vaillant
2019-11-20 13:31 ` [bug#38300] [PATCH 1/2] gnu: monero: Update " Guillaume Le Vaillant
2019-11-20 13:31   ` [bug#38300] [PATCH 2/2] gnu: monero-gui: " Guillaume Le Vaillant
2019-11-21 18:37 ` bug#38300: [PATCH 0/2] Update monero " Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).