all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46074] [PATCH] gnu: libsigsegv: Update to 2.13.
@ 2021-01-24 16:03 Vincent Legoll
       [not found] ` <handler.46074.B.16115042456596.ack@debbugs.gnu.org>
  2021-01-28 20:12 ` bug#46074: [PATCH] gnu: libsigsegv: Update to 2.13 Efraim Flashner
  0 siblings, 2 replies; 3+ messages in thread
From: Vincent Legoll @ 2021-01-24 16:03 UTC (permalink / raw)
  To: 46074; +Cc: Vincent Legoll

* gnu/packages/libsigsegv.scm (libsigsegv): Update to 2.13.
---
 gnu/packages/libsigsegv.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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")
-- 
2.30.0





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

end of thread, other threads:[~2021-01-28 20:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-24 16:03 [bug#46074] [PATCH] gnu: libsigsegv: Update to 2.13 Vincent Legoll
     [not found] ` <handler.46074.B.16115042456596.ack@debbugs.gnu.org>
2021-01-24 16:06   ` [bug#46074] Acknowledgement ([PATCH] gnu: libsigsegv: Update to 2.13.) Vincent Legoll
2021-01-28 20:12 ` bug#46074: [PATCH] gnu: libsigsegv: Update to 2.13 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.