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

python310Packages.fastbencode: 0.0.9 -> 0.0.11
main
Mario Rodas 2 years ago committed by GitHub
commit aeda5f2b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/fastbencode/default.nix

@ -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 ];

Loading…
Cancel
Save