python3Packages.beanhub-import: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-01-13 16:23:55 +00:00
parent 892e95f560
commit f9c16f4c5a
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "beanhub-import";
version = "1.2.1";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "LaunchPlatform";
repo = "beanhub-import";
tag = version;
hash = "sha256-zKlw8KEVc0FJrxWHOx95UXGzqxFFCaYBKID4hRbTQas=";
hash = "sha256-0Or83zod1RIx7Dm+3+EuyV8gP4Ip3ziOuS2if0ThzAQ=";
};
build-system = [ hatchling ];