[PATCH] gnu: binsec: Update to 0.8.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • soeren
Owner
unassigned
Submitted by
soeren
Severity
normal

Debbugs page

soeren wrote 1 years ago
(address . guix-patches@gnu.org)
06e52d768ef7d34817d4b2460bd4bff21ed59a12.1710152535.git.soeren@soeren-tempel.net
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.


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

Toggle diff (24 lines)
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
Sören Tempel wrote 10 months ago
Re: PATCH] gnu: binsec: Update to 0.8.2.
(address . 69727@debbugs.gnu.org)(address . pukkamustard@posteo.net)(address . julien@lepiller.eu)
3MO3SE9UW1POG.35EHXPGHT5VLK@8pit.net
PING, any chance someone could take a look at this? :)
Nicolas Goaziou wrote 1 weeks ago
Re: [PATCH] gnu: binsec: Update to 0.8.2.
(address . 69727-done@debbugs.gnu.org)(name . Sören Tempel)(address . soeren@soeren-tempel.net)
8734ft6z2y.fsf@nicolasgoaziou.fr
Hello,

Toggle quote (2 lines)
> PING, any chance someone could take a look at this? :)

Finally applied! I also updated it to 0.10.0 while I was at it. Sorry
for the delay.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 69727@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69727
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help