guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: python-lief: Update to 0.12.3.


From: guix-commits
Subject: 12/15: gnu: python-lief: Update to 0.12.3.
Date: Sat, 5 Nov 2022 06:48:07 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 83bfdb409787cb2737e68b093a319b247b7858e6
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Wed Nov 2 14:20:10 2022 +0800

    gnu: python-lief: Update to 0.12.3.
    
    * gnu/packages/python-xyz.scm (python-lief): Update to 0.12.3.
    
    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 866ab5afdd..684fe88740 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31235,7 +31235,7 @@ platform using the ActivityPub protocol.")
 (define-public python-lief
   (package
     (name "python-lief")
-    (version "0.12.2")
+    (version "0.12.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -31244,7 +31244,7 @@ platform using the ActivityPub protocol.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xb21jsws8lw93by8r25ibzgiml8n1cp7rpzybc648lk6idw0zg6"))))
+                "11i6hqmcjh56y554kqhl61698n9v66j2qk1c1g63mv2w07h2z661"))))
     (build-system python-build-system)
     (native-inputs (list cmake))
     (arguments



reply via email to

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