python310Packages.tmb: 0.1.3 -> 0.1.5

This commit is contained in:
Fabian Affolter 2022-06-04 17:05:28 +02:00
parent a9a1d1f82c
commit a2d4b843db

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "tmb";
version = "0.1.3";
version = "0.1.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "alemuro";
repo = pname;
rev = version;
hash = "sha256-/syHSu9LKLDe3awrgSIHh0hV+raWqKd53f43WagHn9c=";
hash = "sha256-XuRhRmeTXAplb14UwISyzaqEIrFeg8/aCdMxUccMUos=";
};
VERSION = version;