diff mbox series

[bug#46074] gnu: libsigsegv: Update to 2.13.

Message ID 20210124160346.28663-1-vincent.legoll@gmail.com
State Accepted
Headers show
Series [bug#46074] gnu: libsigsegv: Update to 2.13. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Vincent Legoll Jan. 24, 2021, 4:03 p.m. UTC
* gnu/packages/libsigsegv.scm (libsigsegv): Update to 2.13.
---
 gnu/packages/libsigsegv.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Vincent Legoll Jan. 24, 2021, 4:06 p.m. UTC | #1
This should go to core-updates & I rebuilt one dependent: hosts

On Sun, Jan 24, 2021 at 5:05 PM GNU bug Tracking System
<help-debbugs@gnu.org> wrote:
>
> Thank you for filing a new bug report with debbugs.gnu.org.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  guix-patches@gnu.org
>
> If you wish to submit further information on this problem, please
> send it to 46074@debbugs.gnu.org.
>
> Please do not send mail to help-debbugs@gnu.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 46074: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46074
> GNU Bug Tracking System
> Contact help-debbugs@gnu.org with problems
Efraim Flashner Jan. 28, 2021, 8:12 p.m. UTC | #2
Of the three dependant packages smalltalk-3.2.91 failed to build before
or after this patch. Patch pushed to core-updates. Thanks!
diff mbox series

Patch

diff --git a/gnu/packages/libsigsegv.scm b/gnu/packages/libsigsegv.scm
index 927a12f4cf..627447e876 100644
--- a/gnu/packages/libsigsegv.scm
+++ b/gnu/packages/libsigsegv.scm
@@ -26,14 +26,14 @@ 
 (define-public libsigsegv
   (package
    (name "libsigsegv")
-   (version "2.12")
+   (version "2.13")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "mirror://gnu/libsigsegv/libsigsegv-"
                   version ".tar.gz"))
             (sha256
-             (base32 "1dlhqf4igzpqayms25lkhycjq1ccavisx8cnb3y4zapbkqsszq9s"))))
+             (base32 "06c1qjiv69hjvbq06mcxdi5hzfadhy28sa83zxspqpxhfr0ywy5y"))))
    (build-system gnu-build-system)
    (home-page "https://www.gnu.org/software/libsigsegv/")
    (synopsis "Library for handling page faults")