python310Packages.lsassy: 3.1.6 -> 3.1.7

Diff: https://github.com/Hackndo/lsassy/compare/refs/tags/v3.1.6...v3.1.7

Changelog: https://github.com/Hackndo/lsassy/releases/tag/v3.1.7
This commit is contained in:
Fabian Affolter 2023-04-07 21:03:58 +02:00
parent 0a023762fc
commit 905b5d01f1

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "lsassy";
version = "3.1.6";
version = "3.1.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "Hackndo";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Rdgz9hU2un1CKX2dRI8tVzL2lG7Ufd5HwninOxOsxjM=";
hash = "sha256-q9zaKccgqj8haP7zQGS0rplfLylsPXggjzhN6VWV4/A=";
};
propagatedBuildInputs = [