python311Packages.ubelt: 1.3.5 -> 1.3.6

This commit is contained in:
R. Ryantm 2024-06-13 17:11:08 +00:00
parent c9b3406603
commit 8abfba296e

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ubelt"; pname = "ubelt";
version = "1.3.5"; version = "1.3.6";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "Erotemic"; owner = "Erotemic";
repo = "ubelt"; repo = "ubelt";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-pwqqt5Syag4cO6a93+7ZE3eI61yTZGc+NEu/Y0i1U0k="; hash = "sha256-ygoJqyTscfuZVDGVbrZobZFvlcuF4HavTU65tmhyU+w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [