python313Packages.pykeepass: 4.1.0.post1 -> 4.1.1.post1
Diff: https://github.com/libkeepass/pykeepass/compare/refs/tags/v4.1.0.post1...v4.1.1.post1 Changelog: https://github.com/libkeepass/pykeepass/blob/refs/tags/v4.1.1.post1/CHANGELOG.rst
This commit is contained in:
parent
5c2eeaafda
commit
83e542d44a
@ -13,14 +13,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pykeepass";
|
||||
version = "4.1.0.post1";
|
||||
version = "4.1.1.post1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "libkeepass";
|
||||
repo = "pykeepass";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-64is/XoRF/kojqd4jQIAQi1od8TRhiv9uR+WNIGvP2A=";
|
||||
hash = "sha256-DeEz3zrUK3cXIvMK/32Zn3FPiNsenhpAb17Zgel826s=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user