Merge pull request #225469 from r-ryantm/auto-update/python310Packages.bytecode

python310Packages.bytecode: 0.14.0 -> 0.14.1
This commit is contained in:
Weijia Wang 2023-04-15 19:43:34 +03:00 committed by GitHub
commit 08af957cc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;