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

python310Packages.fastbencode: 0.1 -> 0.2
This commit is contained in:
Mario Rodas 2023-02-11 20:02:56 -05:00 committed by GitHub
commit a94589f66b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "fastbencode";
version = "0.1";
version = "0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-wal451pQSLuoM9kNbnSKVZUMqLWfEukXwqLI58p+tvU=";
hash = "sha256-V465xHANZwXXH7yNfVe8os2Yfsos7B2ed7ngcC2x5W8=";
};
nativeBuildInputs = [