[PATCH] Updated the package from version 1.4.0 to version 1.5.0

  • Done
  • quality assurance status badge
Details
2 participants
  • nafkhamdc
  • Ricardo Wurmus
Owner
unassigned
Submitted by
nafkhamdc
Severity
normal

Debbugs page

nafkhamdc wrote 11 months ago
(address . guix-patches@gnu.org)(name . nafkhamdc)(address . navid.afkhami@mdc-berlin.de)
cd19d2ec3c0f3b617d7f307b74ebeb35cb93921a.1711608881.git.navid.afkhami@mdc-berlin.de
Change-Id: Iadf81b8d67a5d4fa08fbcb9937afa86de33385dc
---
gnu/packages/python-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index ff6b3a3e1a..374724e8a4 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -774,7 +774,7 @@ (define-public python-asn1crypto
(define-public python-pynacl
(package
(name "python-pynacl")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method url-fetch)
@@ -790,7 +790,7 @@ (define-public python-pynacl
(delete-file-recursively "src/libsodium")))
(sha256
(base32
- "01b56hxrbif3hx8l6rwz5kljrgvlbj7shmmd2rjh0hn7974a5sal"))))
+ "1fi0jbxhh3svajzldlb6gj5sr5a48v11xlmx0wb831db167l9iwa"))))
(build-system python-build-system)
(arguments
`(#:phases

base-commit: 517c13624a9643c4f47b8e5bc623b39e68db8027
--
2.34.1
Ricardo Wurmus wrote 11 months ago
(address . 70045-done@debbugs.gnu.org)
87a5mibksq.fsf@elephly.net
Thanks for the patch. I applied it with a new commit message and
followed it up with a commit to switch the build system.

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70045@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70045
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help