nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

python310Packages.bytecode: 0.14.2 -> 0.15.0

authored by

Arnout Engelen and committed by
GitHub
e32a6338 4185735c

+2 -2
+2 -2
pkgs/development/python-modules/bytecode/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "bytecode"; 11 - version = "0.14.2"; 11 + version = "0.15.0"; 12 12 format = "pyproject"; 13 13 disabled = pythonOlder "3.6"; 14 14 ··· 16 16 owner = "vstinner"; 17 17 repo = pname; 18 18 rev = "refs/tags/${version}"; 19 - hash = "sha256-HBXtpUl8Lcx3yCVnk9kVU0+AUVdgy1HQBV4rHEndiek="; 19 + hash = "sha256-A8S3U07P4Olq9f7/q20aHOPAQsQp3OuGHtIAs8B8VEQ="; 20 20 }; 21 21 22 22 SETUPTOOLS_SCM_PRETEND_VERSION = version;