all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69727] [PATCH] gnu: binsec: Update to 0.8.2.
@ 2024-03-11 10:22 soeren
  2024-05-09 13:57 ` [bug#69727] PATCH] " Sören Tempel
  0 siblings, 1 reply; 2+ messages in thread
From: soeren @ 2024-03-11 10:22 UTC (permalink / raw)
  To: 69727; +Cc: Julien Lepiller, pukkamustard

From: Sören Tempel <soeren@soeren-tempel.net>

* gnu/packages/ocaml.scm (binsec): Update to 0.8.2.
---
This is just a bug fix release.

See: https://github.com/binsec/binsec/blob/master/CHANGES.md#082-2024-03-08

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

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0f4c351141..ecc0747365 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1472,7 +1472,7 @@ (define-public lablgtk
 (define-public binsec
   (package
     (name "binsec")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
      (origin
        (method git-fetch)
@@ -1481,7 +1481,7 @@ (define-public binsec
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0j6lwj20jaq0702v2fqvsrax1400zqbvz5q2cmjqhvrjzcfcl0kr"))))
+        (base32 "1k6prp2nc9whvxxnnqpg0f5pr7arikwv2bhzna5yq6v629i70c7q"))))
     (build-system dune-build-system)
     (native-inputs (list gmp ocaml-qcheck ocaml-ounit2))
     (propagated-inputs (list dune-site

base-commit: 27b762f78c58d853d86379ec58090c84e6de986d




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

* [bug#69727] PATCH] gnu: binsec: Update to 0.8.2.
  2024-03-11 10:22 [bug#69727] [PATCH] gnu: binsec: Update to 0.8.2 soeren
@ 2024-05-09 13:57 ` Sören Tempel
  0 siblings, 0 replies; 2+ messages in thread
From: Sören Tempel @ 2024-05-09 13:57 UTC (permalink / raw)
  To: 69727; +Cc: pukkamustard, julien

PING, any chance someone could take a look at this? :)




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

end of thread, other threads:[~2024-05-09 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-11 10:22 [bug#69727] [PATCH] gnu: binsec: Update to 0.8.2 soeren
2024-05-09 13:57 ` [bug#69727] PATCH] " Sören Tempel

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.