python3Packages.libpass: 1.9.1.post0 -> 1.9.2
Diff: https://github.com/ThirVondukr/passlib/compare/1.9.1.post0...1.9.2 Changelog: https://github.com/notypecheck/passlib/releases/tag/1.9.2
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "libpass";
|
||||
version = "1.9.1.post0";
|
||||
version = "1.9.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ThirVondukr";
|
||||
repo = "passlib";
|
||||
tag = version;
|
||||
hash = "sha256-4J18UktqllRA8DVdHL4AJUuAkjZRdUjiql9a71XXhCA=";
|
||||
hash = "sha256-xL+92LdZxCH+yu2vz2AC44b4EYiGJbWfPkoSO3mSSjw=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user