update angr and dependencies
more/packages/binary.scm
205 | 205 | (define-public python2-archinfo | |
206 | 206 | (package | |
207 | 207 | (name "python2-archinfo") | |
208 | - | (version "6.7.4.12") | |
208 | + | (version "6.7.7.27") | |
209 | 209 | (source (origin | |
210 | 210 | (method url-fetch) | |
211 | 211 | (uri (pypi-uri "archinfo" version)) | |
212 | 212 | (sha256 | |
213 | 213 | (base32 | |
214 | - | "1kfc9nk73i5rr3xz8mv00cp76p7dc62h9pd8hvnda414jhx7n0pb")))) | |
214 | + | "1amcavk8x9xch18sfzbla5sgas955clj06g6hx20n47q87bw22vz")))) | |
215 | 215 | (build-system python-build-system) | |
216 | 216 | (arguments | |
217 | 217 | `(#:python ,python-2)) | |
… | |||
225 | 225 | (define-public angr-vex | |
226 | 226 | (package | |
227 | 227 | (name "angr-vex") | |
228 | - | (version "1") | |
228 | + | (version "20170130") | |
229 | 229 | (source (origin | |
230 | 230 | (method git-fetch) | |
231 | 231 | (uri (git-reference | |
232 | 232 | (url "https://github.com/angr/vex.git") | |
233 | - | (commit "3a620e43ecc71cb9e5470995a45bbce4a600293f"))) | |
233 | + | (commit "fc6a0b1187cd614e97e204046b4d4be482e7ab3f"))) | |
234 | 234 | (sha256 | |
235 | 235 | (base32 | |
236 | - | "1qxpwi9961140dnys1iywm043nbm13qg2vw9xi1bjjdh80hbnfw4")) | |
236 | + | "1qfv5j2hpvh5mv8mschrcd5sga4h910iggppr2g8jr6k9r3x725i")) | |
237 | 237 | (file-name (string-append name "-" version)))) | |
238 | 238 | (build-system gnu-build-system) | |
239 | 239 | (arguments | |
… | |||
264 | 264 | (define-public python2-pyvex | |
265 | 265 | (package | |
266 | 266 | (name "python2-pyvex") | |
267 | - | (version "6.7.4.12") | |
267 | + | (version "6.7.7.27") | |
268 | 268 | (source (origin | |
269 | 269 | (method url-fetch) | |
270 | 270 | (uri (pypi-uri "pyvex" version)) | |
271 | 271 | (sha256 | |
272 | 272 | (base32 | |
273 | - | "1x57aq96ka7gz6qcj9zqwdcylfks4q3iiykismyk1g0vp68qlwv9")))) | |
273 | + | "1bqag7hb1ysrq9hb31cn8l7b8ad91rfw52bm3kh9gbma8rmxi0hl")))) | |
274 | 274 | (build-system python-build-system) | |
275 | 275 | (inputs `(("angr-vex" ,angr-vex))) | |
276 | 276 | (propagated-inputs | |
… | |||
301 | 301 | (define-public unicorn | |
302 | 302 | (package | |
303 | 303 | (name "unicorn") | |
304 | - | (version "1.0-rc3") | |
304 | + | (version "1.0.1") | |
305 | 305 | (source (origin | |
306 | 306 | (method url-fetch) | |
307 | 307 | (uri (string-append "https://github.com/unicorn-engine/unicorn/archive/" | |
… | |||
309 | 309 | (file-name (string-append name "-" version ".tar.gz")) | |
310 | 310 | (sha256 | |
311 | 311 | (base32 | |
312 | - | "18sf8vbmf08ss27qhiv7la492k39q0ci8kpjx836bv7rq3cbgb2q")))) | |
312 | + | "0z01apwmvhvdldm372ww9pjfn45awkw3m90c0h4v0nj0ihmlysis")))) | |
313 | 313 | (build-system gnu-build-system) | |
314 | 314 | (arguments | |
315 | 315 | `(#:phases | |
… | |||
337 | 337 | `(("unicorn" ,unicorn))) | |
338 | 338 | (build-system python-build-system) | |
339 | 339 | (arguments | |
340 | - | `(#:tests? #f | |
341 | - | #:phases (modify-phases %standard-phases | |
340 | + | `(#:phases (modify-phases %standard-phases | |
342 | 341 | (add-after 'unpack 'chdir-and-fix-setup-py | |
343 | 342 | (lambda _ | |
344 | 343 | (chdir "bindings/python") | |
… | |||
360 | 359 | (define-public python2-simuvex | |
361 | 360 | (package | |
362 | 361 | (name "python2-simuvex") | |
363 | - | (version "6.7.4.12") | |
362 | + | (version "6.7.7.27") | |
364 | 363 | (source (origin | |
365 | 364 | (method url-fetch) | |
366 | 365 | (uri (pypi-uri "simuvex" version)) | |
367 | 366 | (sha256 | |
368 | 367 | (base32 | |
369 | - | "03rqdk7f1ynm6p50rbl4abq6hgnfvb7qd5k26m7cyxjii09waa2x")) | |
368 | + | "1awc078861x7nj44g3x1p3mjdc3fhz85gqgx7rfk6918s6nbx848")) | |
370 | 369 | (modules '((guix build utils))) | |
371 | 370 | (snippet | |
372 | 371 | '(substitute* "setup.py" | |
… | |||
398 | 397 | (define-public python2-cle | |
399 | 398 | (package | |
400 | 399 | (name "python2-cle") | |
401 | - | (version "6.7.4.12") | |
400 | + | (version "6.7.7.27") | |
402 | 401 | (source (origin | |
403 | 402 | (method url-fetch) | |
404 | 403 | (uri (pypi-uri "cle" version)) | |
405 | 404 | (sha256 | |
406 | 405 | (base32 | |
407 | - | "1fx21jx2nmc5lbz7hgpz4p7ccvzrnrcnf0wj2fbqdyjb9s0w2sfw")) | |
406 | + | "0x4cyl1qkhwj18860nhxdylzaxq45264jv4449cl0vl6y23lbk8v")) | |
408 | 407 | (modules '((guix build utils))) | |
409 | 408 | (snippet | |
410 | 409 | '(substitute* "setup.py" | |
… | |||
429 | 428 | (define-public python2-angr | |
430 | 429 | (package | |
431 | 430 | (name "python2-angr") | |
432 | - | (version "6.7.4.12") | |
431 | + | (version "6.7.7.27") | |
433 | 432 | (source (origin | |
434 | 433 | (method url-fetch) | |
435 | 434 | (uri (pypi-uri "angr" version)) | |
436 | 435 | (sha256 | |
437 | 436 | (base32 | |
438 | - | "0cqqakh2drb593wcbdcq0vq3pcf1ckxwy486cg378667lrb4042i")))) | |
437 | + | "1k9vr9kds956jqyv126fc57ygly400jhhga98ms8clr4m3k3xlzn")))) | |
439 | 438 | (build-system python-build-system) | |
440 | 439 | (arguments | |
441 | 440 | `(#:python ,python-2)) |
more/packages/smt.scm
58 | 58 | (define-public python2-claripy | |
59 | 59 | (package | |
60 | 60 | (name "python2-claripy") | |
61 | - | (version "6.7.4.12") | |
61 | + | (version "6.7.7.27") | |
62 | 62 | (source (origin | |
63 | 63 | (method url-fetch) | |
64 | 64 | (uri (pypi-uri "claripy" version)) | |
65 | 65 | (sha256 | |
66 | 66 | (base32 | |
67 | - | "0w6f2jvqajmw1mmdbdzvvs71fsv62z73w0q6jz3sap7mhlwj3vrd")) | |
67 | + | "1jrnww0lpfi65g83pbdkig951r4jrhri67dn4n67viz897q73736")) | |
68 | 68 | (modules '((guix build utils))) | |
69 | 69 | (snippet | |
70 | 70 | `(substitute* "setup.py" |
more/packages/video.scm
63 | 63 | `(("ffmpeg" ,ffmpeg))) | |
64 | 64 | (native-inputs | |
65 | 65 | `(("pkg-config" ,pkg-config))) | |
66 | - | (synopsis "Cross-plateform wrapper around ffmpeg/libav") | |
66 | + | (synopsis "Cross-platform wrapper around ffmpeg/libav") | |
67 | 67 | (description | |
68 | 68 | "FFMpegSource is a wrapper library around ffmpeg/libav that allows | |
69 | - | programmers to access a standard API to open and decompress media files") | |
69 | + | programmers to access a standard API to open and decompress media files.") | |
70 | 70 | (license license:gpl2+))); inherits from ffmpeg | |
71 | 71 | ;; sources are distributed under a different license that the binary. | |
72 | 72 | ;; see https://github.com/FFMS/ffms2/blob/master/COPYING | |
… | |||
110 | 110 | ("pkg-config" ,pkg-config))) | |
111 | 111 | (home-page "http://www.aegisub.org/") | |
112 | 112 | (synopsis "Subtitle engine") | |
113 | - | (description "Aegisub helps translators create subtitles for video") | |
113 | + | (description | |
114 | + | "Aegisub is a tool for creating and modifying subtitles. Aegisub makes | |
115 | + | it quick and easy to time subtitles to audio, and features many powerful | |
116 | + | tools for styling them, including a built-in real-time video preview.") | |
114 | 117 | (license (list license:bsd-3 ; the package is licensed under the bsd-3, except | |
115 | 118 | license:mpl1.1 ; for vendor/universalchardet under the mpl1.1 | |
116 | 119 | license:expat)))) ; and src/gl that is under a license similar |