unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Tobias Kortkamp <tobias.kortkamp@gmail.com>
To: 60003@debbugs.gnu.org
Cc: Tobias Kortkamp <tobias.kortkamp@gmail.com>,
	Lars-Dominik Braun <lars@6xq.net>, jgart <jgart@dismail.de>
Subject: [bug#60003] [PATCH v2 1/2] gnu: python-pykeepass: Update to 4.0.4.
Date: Mon, 22 May 2023 11:45:48 +0200	[thread overview]
Message-ID: <88ef10732de65df4d429462766c443603960571e.1684748692.git.tobias.kortkamp@gmail.com> (raw)
In-Reply-To: <cover.1670844319.git.tobias.kortkamp@gmail.com>

* gnu/packages/python-crypto.scm (python-pykeepass): Update to 4.0.4.
---
 gnu/packages/python-crypto.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index b1d94e85b8..16cfb440cb 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1025,17 +1025,17 @@ (define-public python-m2crypto
 (define-public python-pykeepass
   (package
     (name "python-pykeepass")
-    (version "3.2.1")
+    (version "4.0.4")
     (source
      (origin
        (method git-fetch)
        ;; Source tarball on PyPI doesn't include tests.
        (uri (git-reference
              (url "https://github.com/libkeepass/pykeepass")
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1symxf4ahylynihnp9z4z3lh2vy65ipvg8s4hjrnn936hcaaxghk"))))
+        (base32 "0s5n519vxnx06kj9g6clfpfzgprhg71p1jswskajd7n9zwixlqxk"))))
     (build-system python-build-system)
     (arguments
      `(#:phases

base-commit: 849286ba66c96534bddc04df1a47d5692cbc977e
-- 
2.40.1





  parent reply	other threads:[~2023-05-22  9:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 11:46 [bug#60003] [PATCH 0/3] gnu: Add pass-import Tobias Kortkamp
2022-12-12 11:49 ` [bug#60003] [PATCH 1/3] gnu: python-construct: Update to 2.10.68 Tobias Kortkamp
2022-12-12 11:49 ` [bug#60003] [PATCH 2/3] gnu: python-pykeepass: Update to 4.0.3 Tobias Kortkamp
2022-12-12 11:49 ` [bug#60003] [PATCH 3/3] gnu: Add pass-import Tobias Kortkamp
2023-01-05 15:21   ` Jelle Licht
2023-01-11 11:55     ` Tobias Kortkamp
2023-02-02 13:13       ` Jelle Licht
2023-02-03 17:25 ` [bug#60003] [PATCH 0/3] " Jonathan Brielmaier
2023-05-22  9:48   ` Tobias Kortkamp
2023-05-22  9:45 ` Tobias Kortkamp [this message]
2023-05-22  9:45   ` [bug#60003] [PATCH v2 2/2] " Tobias Kortkamp
2024-04-18 18:52 ` [bug#60003] Built docs using pandoc Abhishek Cherath

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88ef10732de65df4d429462766c443603960571e.1684748692.git.tobias.kortkamp@gmail.com \
    --to=tobias.kortkamp@gmail.com \
    --cc=60003@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).