python3Packages.ubelt: 1.3.6 -> 1.3.7

Tests that were broken are fixed in the new release, see
https://github.com/Erotemic/ubelt/issues/161.
This commit is contained in:
Yuriy Taraday
2025-07-03 13:44:52 +02:00
parent ba7f45dbf8
commit eaec9c0244
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ubelt";
version = "1.3.6";
version = "1.3.7";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Erotemic";
repo = "ubelt";
tag = "v${version}";
hash = "sha256-ygoJqyTscfuZVDGVbrZobZFvlcuF4HavTU65tmhyU+w=";
hash = "sha256-LGcCJCP3iBjwDxMN/qqkvcUt1ry5OMEJ9xqTp27rk0A=";
};
nativeBuildInputs = [