Merge pull request #191076 from r-ryantm/auto-update/python310Packages.fastbencode

python310Packages.fastbencode: 0.0.11 -> 0.0.12
This commit is contained in:
Mario Rodas 2022-09-13 10:20:25 -05:00 committed by GitHub
commit a1e58b2ce9
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.11";
version = "0.0.12";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-hMLS59/BlzK7aPoTWN5YgE77xEBBYpvYurUD98XqkDI=";
sha256 = "sha256-w7F+70R1Wizo/i0GGCc13ADf6JqARtPXMS6/qTmPKEY=";
};
nativeBuildInputs = [ cython ];