python310Packages.fastbencode: 0.1 -> 0.2

This commit is contained in:
R. Ryantm 2023-02-11 23:36:28 +00:00
parent 474df7ca08
commit 66cf322e31

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 = [