1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python311Packages.yalexs: 1.11.2 -> 1.11.3

Diff: https://github.com/bdraco/yalexs/compare/refs/tags/v1.11.2...v1.11.3

Changelog: https://github.com/bdraco/yalexs/releases/tag/v1.11.3
This commit is contained in:
Fabian Affolter 2024-02-26 08:01:55 +01:00
parent bc85891a1c
commit 09a92121c5

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "yalexs";
version = "1.11.2";
version = "1.11.3";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-FHaHXbRtgbBrveHPbrPsP+vGIvscot3ilpPFucISces=";
hash = "sha256-BO+tgRHQsvRkkueIHa56YABfK5+QqnRlGrRtNHqI1v4=";
};
propagatedBuildInputs = [