all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29469] [PATCH 1/2] gnu: monero: Update to 0.11.1.0.
@ 2017-11-27 11:30 Vasile Dumitrascu
  2017-11-27 11:30 ` [bug#29470] [PATCH 2/2] gnu: monero-core: " Vasile Dumitrascu
  2017-11-27 18:04 ` bug#29469: [PATCH 1/2] gnu: monero: " Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: Vasile Dumitrascu @ 2017-11-27 11:30 UTC (permalink / raw)
  To: 29469; +Cc: Vasile Dumitrascu

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

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index a0febba01..2b9e941c3 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au>
 ;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
+;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -319,7 +320,7 @@ other machines/servers.  Electrum does not download the Bitcoin blockchain.")
   ;; the system's dynamically linked library.
   (package
     (name "monero")
-    (version "0.11.0.0")
+    (version "0.11.1.0")
     (source
      (origin
        (method url-fetch)
@@ -337,7 +338,7 @@ other machines/servers.  Electrum does not download the Bitcoin blockchain.")
            #t))
        (sha256
         (base32
-         "083w40a553c0r3i18020jcrv5s0b64vx3d8xrn9nwkb2237ighlk"))))
+         "16shd834025jyzy68h3gag1sz8vbk875hy4j97hrki8pacz8vd5m"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
-- 
2.15.0

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

* [bug#29470] [PATCH 2/2] gnu: monero-core: Update to 0.11.1.0.
  2017-11-27 11:30 [bug#29469] [PATCH 1/2] gnu: monero: Update to 0.11.1.0 Vasile Dumitrascu
@ 2017-11-27 11:30 ` Vasile Dumitrascu
  2017-11-27 18:04   ` bug#29470: " Leo Famulari
  2017-11-27 18:04 ` bug#29469: [PATCH 1/2] gnu: monero: " Leo Famulari
  1 sibling, 1 reply; 5+ messages in thread
From: Vasile Dumitrascu @ 2017-11-27 11:30 UTC (permalink / raw)
  To: 29470; +Cc: Vasile Dumitrascu

* gnu/packages/finance.scm (monero-core): Update to 0.11.1.0.
---
 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 2b9e941c3..9492376ba 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -419,7 +419,7 @@ Monero command line client and daemon.")
 (define-public monero-core
   (package
     (name "monero-core")
-    (version "0.11.0.0")
+    (version "0.11.1.0")
     (source
      (origin
        (method url-fetch)
@@ -428,7 +428,7 @@ Monero command line client and daemon.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0hnrkgwb1sva67pcjym2gvb4zifp2s849dfbnjzbxk3yczpcyqzg"))))
+         "1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
-- 
2.15.0

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

* bug#29469: [PATCH 1/2] gnu: monero: Update to 0.11.1.0.
  2017-11-27 11:30 [bug#29469] [PATCH 1/2] gnu: monero: Update to 0.11.1.0 Vasile Dumitrascu
  2017-11-27 11:30 ` [bug#29470] [PATCH 2/2] gnu: monero-core: " Vasile Dumitrascu
@ 2017-11-27 18:04 ` Leo Famulari
  1 sibling, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2017-11-27 18:04 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 29469-done

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

On Mon, Nov 27, 2017 at 12:30:22PM +0100, Vasile Dumitrascu wrote:
> * gnu/packages/finance.scm (monero): Update to 0.11.1.0.

Thanks! Pushed as 14e09e903994ebfd31ace7345a38bc90ae9bac20

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

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

* bug#29470: [PATCH 2/2] gnu: monero-core: Update to 0.11.1.0.
  2017-11-27 11:30 ` [bug#29470] [PATCH 2/2] gnu: monero-core: " Vasile Dumitrascu
@ 2017-11-27 18:04   ` Leo Famulari
  2017-11-27 21:30     ` [bug#29470] " Vasile Dumitrascu
  0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2017-11-27 18:04 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 29470-done

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

On Mon, Nov 27, 2017 at 12:30:23PM +0100, Vasile Dumitrascu wrote:
> * gnu/packages/finance.scm (monero-core): Update to 0.11.1.0.

Thanks! Pushed as 12a130b0118c3f56e6337e011dc4a89f2671359a

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

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

* [bug#29470] [PATCH 2/2] gnu: monero-core: Update to 0.11.1.0.
  2017-11-27 18:04   ` bug#29470: " Leo Famulari
@ 2017-11-27 21:30     ` Vasile Dumitrascu
  0 siblings, 0 replies; 5+ messages in thread
From: Vasile Dumitrascu @ 2017-11-27 21:30 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 29470-done

 Thank you for the merge,

  Vasile

Leo Famulari:
> On Mon, Nov 27, 2017 at 12:30:23PM +0100, Vasile Dumitrascu wrote:
>> * gnu/packages/finance.scm (monero-core): Update to 0.11.1.0.
> 
> Thanks! Pushed as 12a130b0118c3f56e6337e011dc4a89f2671359a
> 

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

end of thread, other threads:[~2017-11-27 21:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27 11:30 [bug#29469] [PATCH 1/2] gnu: monero: Update to 0.11.1.0 Vasile Dumitrascu
2017-11-27 11:30 ` [bug#29470] [PATCH 2/2] gnu: monero-core: " Vasile Dumitrascu
2017-11-27 18:04   ` bug#29470: " Leo Famulari
2017-11-27 21:30     ` [bug#29470] " Vasile Dumitrascu
2017-11-27 18:04 ` bug#29469: [PATCH 1/2] gnu: monero: " Leo Famulari

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.