Merge pull request #190331 from r-ryantm/auto-update/python3.10-fastbencode

python310Packages.fastbencode: 0.0.9 -> 0.0.11
This commit is contained in:
Mario Rodas 2022-09-08 09:59:25 -05:00 committed by GitHub
commit aeda5f2b74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "fastbencode";
version = "0.0.9";
version = "0.0.11";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-pQhjLGRfLj/7tJhMtUQDXIlG1v7Iz+CuxeVWNAdzzpw=";
sha256 = "sha256-hMLS59/BlzK7aPoTWN5YgE77xEBBYpvYurUD98XqkDI=";
};
nativeBuildInputs = [ cython ];