guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-pyelftools: Update to 0.29.


From: guix-commits
Subject: branch master updated: gnu: python-pyelftools: Update to 0.29.
Date: Sat, 01 Jul 2023 22:04:33 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a919a16898 gnu: python-pyelftools: Update to 0.29.
a919a16898 is described below

commit a919a16898e7219fdd26bdfe33a9959e7156d59d
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Sat Jun 17 23:36:41 2023 -0700

    gnu: python-pyelftools: Update to 0.29.
    
    * gnu/packages/python-xyz.scm (python-pyelftools): Update to 0.29.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8cdc9407d4..7348f79dfd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20514,7 +20514,7 @@ OpenSSH Server for example.")
 (define-public python-pyelftools
   (package
     (name "python-pyelftools")
-    (version "0.28")
+    (version "0.29")
     (home-page "https://github.com/eliben/pyelftools";)
     (source
      (origin
@@ -20523,7 +20523,7 @@ OpenSSH Server for example.")
                            (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1z4fx39c9rds0bd4d2fjjq7n05b1nfxl36pmy523x8knm38l4gpr"))
+        (base32 "1mi7i9zlhkkap4q50ciak57ia46mj2jzq0713m3dh0x8j05k9xml"))
        (snippet
         ;; Delete bundled readelf executable.
         '(delete-file "test/external_tools/readelf"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]