python310Packages.bytecode: 0.14.2 -> 0.15.0

This commit is contained in:
R. Ryantm
2023-09-02 19:42:10 +00:00
parent f94004b92f
commit e54143b3df
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "bytecode";
version = "0.14.2";
version = "0.15.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "vstinner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HBXtpUl8Lcx3yCVnk9kVU0+AUVdgy1HQBV4rHEndiek=";
hash = "sha256-A8S3U07P4Olq9f7/q20aHOPAQsQp3OuGHtIAs8B8VEQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;