all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35478] [PATCH] gnu: diffoscope: Update to 114.
@ 2019-04-28 19:43 Vagrant Cascadian
  2019-04-29  7:36 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Vagrant Cascadian @ 2019-04-28 19:43 UTC (permalink / raw)
  To: 35478

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


* gnu/packages/package-management (diffoscope): Update to 114.
---
 gnu/packages/package-management.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index a490945970..697a04e098 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -546,13 +546,13 @@ transactions from C or Python.")
 (define-public diffoscope
   (package
     (name "diffoscope")
-    (version "113")
+    (version "114")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri name version))
               (sha256
                (base32
-                "10wjri6vsqxf2nb7jjhsq38qlpf407b4qrdczrk696aa1v71i44w"))))
+                "07sma4izcqxdv0zi1s5fnsybvkc47c3vbpm372sg83q8l7rhizzp"))))
     (build-system python-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.20.1


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

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

* [bug#35478] [PATCH] gnu: diffoscope: Update to 114.
  2019-04-28 19:43 [bug#35478] [PATCH] gnu: diffoscope: Update to 114 Vagrant Cascadian
@ 2019-04-29  7:36 ` Ludovic Courtès
       [not found]   ` <87k1fcw4p5.fsf@ponder>
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2019-04-29  7:36 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 35478

Hi!

Vagrant Cascadian <vagrant@reproducible-builds.org> skribis:

> * gnu/packages/package-management (diffoscope): Update to 114.

Applied, thanks!

Would you like to create an account on Savannah?  We’d add you to the
‘guix’ group, which would make it easier for you to push changes like
this one or in your other areas of expertise.

Thanks,
Ludo’.

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

* Re: savannah access (was Re: [bug#35478] [PATCH] gnu: diffoscope: Update to 114.)
       [not found]   ` <87k1fcw4p5.fsf@ponder>
@ 2019-04-30 12:52     ` Ludovic Courtès
  2019-04-30 17:12       ` Vagrant Cascadian
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2019-04-30 12:52 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: Guix-devel

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

Hi Vagrant!

(Please keep the list Cc’d.)

Vagrant Cascadian <vagrant@reproducible-builds.org> skribis:

> On 2019-04-29, Ludovic Courtès wrote:
>> Vagrant Cascadian <vagrant@reproducible-builds.org> skribis:
>>> * gnu/packages/package-management (diffoscope): Update to 114.
>>
>> Applied, thanks!
>>
>> Would you like to create an account on Savannah?  We’d add you to the
>> ‘guix’ group, which would make it easier for you to push changes like
>> this one or in your other areas of expertise.
>
> Sure. I just created "vagrantc" on savannah.gnu.org, and uploaded my ssh
> and gpg keys. Thanks for the sign of trust!

Awesome, I’ve added you to the group so it should now work.  Please read
‘HACKING’ for the conventions that apply to commit access.

Could yous send a reply this message signed with the key you’ll use for
commits so that everyone can establish the mapping?

Thanks for your work, and welcome aboard!  :-)

Ludo’.

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

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

* Re: savannah access (was Re: [bug#35478] [PATCH] gnu: diffoscope: Update to 114.)
  2019-04-30 12:52     ` savannah access (was Re: [bug#35478] [PATCH] gnu: diffoscope: Update to 114.) Ludovic Courtès
@ 2019-04-30 17:12       ` Vagrant Cascadian
  0 siblings, 0 replies; 4+ messages in thread
From: Vagrant Cascadian @ 2019-04-30 17:12 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: Guix-devel

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

On 2019-04-30, Ludovic Courtès wrote:
> Vagrant Cascadian <vagrant@reproducible-builds.org> skribis:
>> On 2019-04-29, Ludovic Courtès wrote:
>>> Vagrant Cascadian <vagrant@reproducible-builds.org> skribis:
>>>> * gnu/packages/package-management (diffoscope): Update to 114.
>>>
>>> Applied, thanks!
>>>
>>> Would you like to create an account on Savannah?  We’d add you to the
>>> ‘guix’ group, which would make it easier for you to push changes like
>>> this one or in your other areas of expertise.
>>
>> Sure. I just created "vagrantc" on savannah.gnu.org, and uploaded my ssh
>> and gpg keys. Thanks for the sign of trust!
>
> Awesome, I’ve added you to the group so it should now work.  Please read
> ‘HACKING’ for the conventions that apply to commit access.

Read it and looks reasonable to me.


> Could yous send a reply this message signed with the key you’ll use for
> commits so that everyone can establish the mapping?

Hello GNU Guix world!


> Thanks for your work, and welcome aboard!  :-)

Thanks for the great welcome!


live well,
  vagrant

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

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

end of thread, other threads:[~2019-04-30 17:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-28 19:43 [bug#35478] [PATCH] gnu: diffoscope: Update to 114 Vagrant Cascadian
2019-04-29  7:36 ` Ludovic Courtès
     [not found]   ` <87k1fcw4p5.fsf@ponder>
2019-04-30 12:52     ` savannah access (was Re: [bug#35478] [PATCH] gnu: diffoscope: Update to 114.) Ludovic Courtès
2019-04-30 17:12       ` Vagrant Cascadian

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.