mbox series

[bug#60003,0/3] gnu: Add pass-import.

Message ID cover.1670844319.git.tobias.kortkamp@gmail.com
Headers show
Series gnu: Add pass-import. | expand

Message

Tobias Kortkamp Dec. 12, 2022, 11:46 a.m. UTC
Hi,

this add pass-import which was useful for migrating from keepassxc to
pass. python-pykeepass needed to be updated which in turn required a newer
python-construct.

Best regards,

Tobias Kortkamp (3):
  gnu: python-construct: Update to 2.10.68.
  gnu: python-pykeepass: Update to 4.0.3.
  gnu: Add pass-import.

 gnu/packages/password-utils.scm | 71 +++++++++++++++++++++++++++++++++
 gnu/packages/python-crypto.scm  |  6 +--
 gnu/packages/python-xyz.scm     |  4 +-
 3 files changed, 76 insertions(+), 5 deletions(-)


base-commit: 2d989ad59793e10c6fef94d9eaa51be91469318a

Comments

Abhishek Cherath April 18, 2024, 6:52 p.m. UTC | #1
Hello!

So I somehow missed this patch, and wrote my own here:
https://issues.guix.gnu.org/70082

I've used git-fetch, and built the man pages etc

There's a bunch of tests that don't pass though, as I recall most were
some serialization thing.

I've not seen any impact on operation yet, however.

Sincerely,
Abhishek Cherath.