guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-lief: Update to 0.12.2.


From: guix-commits
Subject: 02/04: gnu: python-lief: Update to 0.12.2.
Date: Fri, 21 Oct 2022 12:29:09 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 3451b4adb7ea8038fa3ba4dd436654695f9fc38c
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Oct 21 00:18:53 2022 +0800

    gnu: python-lief: Update to 0.12.2.
    
    * gnu/packages/python-xyz.scm (python-lief): Update to 0.12.2.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 32bd986a12..4223a76755 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31113,7 +31113,7 @@ platform using the ActivityPub protocol.")
 (define-public python-lief
   (package
     (name "python-lief")
-    (version "0.12.1")
+    (version "0.12.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -31122,7 +31122,7 @@ platform using the ActivityPub protocol.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xzbh3bxy4rw1yamnx68da1v5s56ay4g081cyamv67256g0qy2i1"))))
+                "1xb21jsws8lw93by8r25ibzgiml8n1cp7rpzybc648lk6idw0zg6"))))
     (build-system python-build-system)
     (native-inputs (list cmake))
     (arguments



reply via email to

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