python310Packages.bytecode: 0.15.0 -> 0.15.1

This commit is contained in:
R. Ryantm 2023-10-13 16:39:50 +00:00
parent 41f3887abd
commit 583205b4bc

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "bytecode";
version = "0.15.0";
version = "0.15.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "vstinner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-A8S3U07P4Olq9f7/q20aHOPAQsQp3OuGHtIAs8B8VEQ=";
hash = "sha256-Jzsh0m00SiJjTP7hXMDmuR4XHmsCYdURuFDkVopGyIE=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;