python3Packages.bytecode: 0.12.0 -> 0.13.0

This commit is contained in:
Fabian Affolter 2021-10-17 14:02:46 +02:00
parent 091567a336
commit 297b95722d

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "bytecode";
version = "0.12.0";
version = "0.13.0";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "vstinner";
repo = pname;
rev = version;
sha256 = "sha256-CEfDoJ+JlnxLLVnSxv7bEN891tmwG9zAvtT8GNvp8JU=";
sha256 = "sha256-aY19qMYW7KziiXVY3lxdnHk7OCAJaNh+aTvlQyJWmDw=";
};
checkInputs = [