Skip to content

Commit 103c0d9

Browse files
committed
guix: use elfesteem 2eb1e5384ff7a220fd1afacd4a0170acff54fe56
Our patch has been merged upstream, see LRGH/elfesteem#3
1 parent 5bc10b3 commit 103c0d9

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ thus should be able to compile on most platforms where these exist.")
253253
(license license:gpl3+))) ; license is with openssl exception
254254

255255
(define-public python-elfesteem
256-
(let ((commit "87bbd79ab7e361004c98cc8601d4e5f029fd8bd5"))
256+
(let ((commit "2eb1e5384ff7a220fd1afacd4a0170acff54fe56"))
257257
(package
258258
(name "python-elfesteem")
259259
(version (git-version "0.1" "1" commit))
@@ -266,8 +266,7 @@ thus should be able to compile on most platforms where these exist.")
266266
(file-name (git-file-name name commit))
267267
(sha256
268268
(base32
269-
"1nyvjisvyxyxnd0023xjf5846xd03lwawp5pfzr8vrky7wwm5maz"))
270-
(patches (search-our-patches "elfsteem-value-error-python-39.patch"))))
269+
"07x6p8clh11z8s1n2kdxrqwqm2almgc5qpkcr9ckb6y5ivjdr5r6"))))
271270
(build-system python-build-system)
272271
;; There are no tests, but attempting to run python setup.py test leads to
273272
;; PYTHONPATH problems, just disable the test

contrib/guix/patches/elfsteem-value-error-python-39.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)