Commit e54143b3 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.bytecode: 0.14.2 -> 0.15.0

parent f94004b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;