python311Packages.ubelt: 1.3.4 -> 1.3.5

This commit is contained in:
R. Ryantm 2024-03-23 05:54:53 +00:00
parent 53c8f2940d
commit 67902fc6af

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "ubelt";
version = "1.3.4";
version = "1.3.5";
pyproject = true;
disabled = pythonOlder "3.6";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "Erotemic";
repo = "ubelt";
rev = "refs/tags/v${version}";
hash = "sha256-pvCmmdPRLupMUCiOvfa+JTX8NPFZ/UcXSPEaaDG3eTk=";
hash = "sha256-pwqqt5Syag4cO6a93+7ZE3eI61yTZGc+NEu/Y0i1U0k=";
};
nativeBuildInputs = [