* [bug#33484] [PATCH] gnu: rocksdb: Update to 5.17.2
@ 2018-11-24 6:48 Brett Gilio
2018-11-29 17:30 ` Marius Bakke
0 siblings, 1 reply; 4+ messages in thread
From: Brett Gilio @ 2018-11-24 6:48 UTC (permalink / raw)
To: 33484
---
gnu/packages/databases.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index ac1b23a32..72f316c05 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -973,7 +973,7 @@ types are supported, as is encryption.")
(define-public rocksdb
(package
(name "rocksdb")
- (version "5.12.4")
+ (version "5.17.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/facebook/rocksdb"
@@ -981,7 +981,7 @@ types are supported, as is encryption.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1jcwgsjhk4hdfr2wf549blkgb89vwcdb5i2ahhqs6zf3mm20i3bf"))
+ "0a1dbjlyc5388rs7syyy4hxvz8x14a136wj81v4i1a2hhs2ha7qh"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.19.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [bug#33484] [PATCH] gnu: rocksdb: Update to 5.17.2
2018-11-24 6:48 [bug#33484] [PATCH] gnu: rocksdb: Update to 5.17.2 Brett Gilio
@ 2018-11-29 17:30 ` Marius Bakke
2019-12-05 0:41 ` Brett Gilio
0 siblings, 1 reply; 4+ messages in thread
From: Marius Bakke @ 2018-11-29 17:30 UTC (permalink / raw)
To: Brett Gilio, 33484
[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]
Hello Brett,
Thanks for this patch!
Brett Gilio <brettg@posteo.net> writes:
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index ac1b23a32..72f316c05 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -973,7 +973,7 @@ types are supported, as is encryption.")
> (define-public rocksdb
> (package
> (name "rocksdb")
> - (version "5.12.4")
> + (version "5.17.2")
> (source (origin
> (method url-fetch)
> (uri (string-append "https://github.com/facebook/rocksdb"
> @@ -981,7 +981,7 @@ types are supported, as is encryption.")
> (file-name (string-append name "-" version ".tar.gz"))
> (sha256
> (base32
> - "1jcwgsjhk4hdfr2wf549blkgb89vwcdb5i2ahhqs6zf3mm20i3bf"))
> + "0a1dbjlyc5388rs7syyy4hxvz8x14a136wj81v4i1a2hhs2ha7qh"))
This package was changed on the 'core-updates' branch to use a git
checkout instead of a tarball. Can you adjust this patch accordingly?
Thanks in advance!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [bug#33484] [PATCH] gnu: rocksdb: Update to 5.17.2
2018-11-29 17:30 ` Marius Bakke
@ 2019-12-05 0:41 ` Brett Gilio
2019-12-05 8:36 ` bug#33484: " Efraim Flashner
0 siblings, 1 reply; 4+ messages in thread
From: Brett Gilio @ 2019-12-05 0:41 UTC (permalink / raw)
To: Marius Bakke; +Cc: 33484
Marius Bakke <mbakke@fastmail.com> writes:
> Hello Brett,
>
> Thanks for this patch!
>
> Brett Gilio <brettg@posteo.net> writes:
>
>> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
>> index ac1b23a32..72f316c05 100644
>> --- a/gnu/packages/databases.scm
>> +++ b/gnu/packages/databases.scm
>> @@ -973,7 +973,7 @@ types are supported, as is encryption.")
>> (define-public rocksdb
>> (package
>> (name "rocksdb")
>> - (version "5.12.4")
>> + (version "5.17.2")
>> (source (origin
>> (method url-fetch)
>> (uri (string-append "https://github.com/facebook/rocksdb"
>> @@ -981,7 +981,7 @@ types are supported, as is encryption.")
>> (file-name (string-append name "-" version ".tar.gz"))
>> (sha256
>> (base32
>> - "1jcwgsjhk4hdfr2wf549blkgb89vwcdb5i2ahhqs6zf3mm20i3bf"))
>> + "0a1dbjlyc5388rs7syyy4hxvz8x14a136wj81v4i1a2hhs2ha7qh"))
>
> This package was changed on the 'core-updates' branch to use a git
> checkout instead of a tarball. Can you adjust this patch accordingly?
>
> Thanks in advance!
>
This is a historical bug report and is no longer relevant. It can be
closed.
--
Brett M. Gilio
https://git.sr.ht/~brettgilio/
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#33484: [PATCH] gnu: rocksdb: Update to 5.17.2
2019-12-05 0:41 ` Brett Gilio
@ 2019-12-05 8:36 ` Efraim Flashner
0 siblings, 0 replies; 4+ messages in thread
From: Efraim Flashner @ 2019-12-05 8:36 UTC (permalink / raw)
To: 33484-done
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
close bug
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-12-05 8:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-24 6:48 [bug#33484] [PATCH] gnu: rocksdb: Update to 5.17.2 Brett Gilio
2018-11-29 17:30 ` Marius Bakke
2019-12-05 0:41 ` Brett Gilio
2019-12-05 8:36 ` bug#33484: " Efraim Flashner
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.