Merge pull request #298284 from r-ryantm/auto-update/python311Packages.ubelt

python311Packages.ubelt: 1.3.4 -> 1.3.5
This commit is contained in:
OTABI Tomoya 2024-03-24 11:15:34 +09:00 committed by GitHub
commit 6408815721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

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 = [