all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49156] [PATCH] gnu: nss-certs: Update to 3.67.
@ 2021-06-21 13:35 Aljosha Papsch
  2021-06-21 16:39 ` Jonathan Brielmaier
  0 siblings, 1 reply; 3+ messages in thread
From: Aljosha Papsch @ 2021-06-21 13:35 UTC (permalink / raw)
  To: 49156; +Cc: Aljosha Papsch

---
 gnu/packages/certs.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
index 9dcd733ffe..d0b8f59085 100644
--- a/gnu/packages/certs.scm
+++ b/gnu/packages/certs.scm
@@ -76,7 +76,7 @@
 (define-public nss-certs
   (package
     (name "nss-certs")
-    (version "3.59")
+    (version "3.67")
     (source (origin
               (method url-fetch)
               (uri (let ((version-with-underscores
@@ -87,7 +87,7 @@
                       "nss-" version ".tar.gz")))
               (sha256
                (base32
-                "096fs3z21r171q24ca3rq53p1389xmvqz1f2rpm7nlm8r9s82ag6"))))
+                "0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))))
     (build-system gnu-build-system)
     (outputs '("out"))
     (native-inputs
-- 
2.32.0





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

* [bug#49156] [PATCH] gnu: nss-certs: Update to 3.67.
  2021-06-21 13:35 [bug#49156] [PATCH] gnu: nss-certs: Update to 3.67 Aljosha Papsch
@ 2021-06-21 16:39 ` Jonathan Brielmaier
  2021-06-28  8:24   ` bug#49156: " Aljosha Papsch
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Brielmaier @ 2021-06-21 16:39 UTC (permalink / raw)
  To: Aljosha Papsch, 49156

nss-certs was already updated to 3.66 on the core-updates branch which
will merge soon(TM). See:
https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=79878c64b4bda523f50974c3f61b796309b1b8d9

Am 21.06.21 um 15:35 schrieb Aljosha Papsch:
> ---
>   gnu/packages/certs.scm | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
> index 9dcd733ffe..d0b8f59085 100644
> --- a/gnu/packages/certs.scm
> +++ b/gnu/packages/certs.scm
> @@ -76,7 +76,7 @@
>   (define-public nss-certs
>     (package
>       (name "nss-certs")
> -    (version "3.59")
> +    (version "3.67")
>       (source (origin
>                 (method url-fetch)
>                 (uri (let ((version-with-underscores
> @@ -87,7 +87,7 @@
>                         "nss-" version ".tar.gz")))
>                 (sha256
>                  (base32
> -                "096fs3z21r171q24ca3rq53p1389xmvqz1f2rpm7nlm8r9s82ag6"))))
> +                "0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))))
>       (build-system gnu-build-system)
>       (outputs '("out"))
>       (native-inputs
>




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

* bug#49156: [PATCH] gnu: nss-certs: Update to 3.67.
  2021-06-21 16:39 ` Jonathan Brielmaier
@ 2021-06-28  8:24   ` Aljosha Papsch
  0 siblings, 0 replies; 3+ messages in thread
From: Aljosha Papsch @ 2021-06-28  8:24 UTC (permalink / raw)
  To: Jonathan Brielmaier, 49156-close

Hi,

I'm fine with closing. The other patch is clearly more evolved. I hope 
I'm closing the bug correctly.

Best regards
Aljosha

Am 21.06.21 um 18:39 schrieb Jonathan Brielmaier:
> nss-certs was already updated to 3.66 on the core-updates branch which
> will merge soon(TM). See:
> https://git.savannah.gnu.org/cgit/guix.git/commit/?h=core-updates&id=79878c64b4bda523f50974c3f61b796309b1b8d9 
>
>
> Am 21.06.21 um 15:35 schrieb Aljosha Papsch:
>> ---
>>   gnu/packages/certs.scm | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/gnu/packages/certs.scm b/gnu/packages/certs.scm
>> index 9dcd733ffe..d0b8f59085 100644
>> --- a/gnu/packages/certs.scm
>> +++ b/gnu/packages/certs.scm
>> @@ -76,7 +76,7 @@
>>   (define-public nss-certs
>>     (package
>>       (name "nss-certs")
>> -    (version "3.59")
>> +    (version "3.67")
>>       (source (origin
>>                 (method url-fetch)
>>                 (uri (let ((version-with-underscores
>> @@ -87,7 +87,7 @@
>>                         "nss-" version ".tar.gz")))
>>                 (sha256
>>                  (base32
>> - "096fs3z21r171q24ca3rq53p1389xmvqz1f2rpm7nlm8r9s82ag6"))))
>> + "0zyfi27lbdz1bmk9dmsivcya4phx25rzlxqcnjab69yd928rlm7n"))))
>>       (build-system gnu-build-system)
>>       (outputs '("out"))
>>       (native-inputs
>>




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

end of thread, other threads:[~2021-06-28  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 13:35 [bug#49156] [PATCH] gnu: nss-certs: Update to 3.67 Aljosha Papsch
2021-06-21 16:39 ` Jonathan Brielmaier
2021-06-28  8:24   ` bug#49156: " Aljosha Papsch

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.