diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2d14f47528..2b64a81024 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -144,7 +144,7 @@ ;;; Copyright © 2023 Parnikkapore <[email protected]> ;;; Copyright © 2023 Foundation Devices, Inc. <[email protected]> ;;; Copyright © c4droid <[email protected]> -;;; Copyright © 2023 Janneke Nieuwenhuizen <[email protected]> +;;; Copyright © 2023, 2024 Janneke Nieuwenhuizen <[email protected]> ;;; Copyright © 2023 Attila Lendvai <[email protected]> ;;; Copyright © 2023, 2024 Troy Figiel <[email protected]> ;;; Copyright © 2024 Timothee Mathieu <[email protected]> @@ -23107,7 +23107,7 @@ OpenSSH Server for example.") (define-public python-pyelftools (package (name "python-pyelftools") - (version "0.29") + (version "0.30") (home-page "https://github.com/eliben/pyelftools") (source (origin @@ -23116,7 +23116,7 @@ OpenSSH Server for example.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1mi7i9zlhkkap4q50ciak57ia46mj2jzq0713m3dh0x8j05k9xml")) + (base32 "0gk47mq5cqv6qz35aydn67wma5m70gv5f9f6pg38zny6vsfavmq3")) (snippet ;; Delete bundled readelf executable. '(delete-file "test/external_tools/readelf")))) @@ -23133,9 +23133,9 @@ OpenSSH Server for example.") (synopsis "Analyze binary and library file information") (description "This Python library provides interfaces for parsing and - analyzing two binary and library file formats ; the Executable and Linking - Format (ELF), and debugging information in the Debugging With Attributed - Record Format (DWARF).") +analyzing two binary and library file formats ; the Executable and Linking +Format (ELF), and debugging information in the Debugging With Attributed +Record Format (DWARF).") (license license:public-domain))) (define-public python-pefile |