python310Packages.bytecode: 0.14.0 -> 0.14.1

This commit is contained in:
R. Ryantm 2023-04-09 17:45:18 +00:00
parent c29ccca1a3
commit 1e2748b713

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "bytecode";
version = "0.14.0";
version = "0.14.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "vstinner";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-nGZ4qcms27lYr1dYvVe4ebd/jc5qIb1EDhSpSZmKKIo=";
hash = "sha256-vSuGjNTQw7prFxmVyiq7s8cnl+VGbRArC2sp7GVP0XA=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;