Merge pull request #176256 from fabaff/tmb-bump

python310Packages.tmb: 0.1.3 -> 0.1.5
This commit is contained in:
Fabian Affolter 2022-06-04 23:25:45 +02:00 committed by GitHub
commit cc17e45e46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;