python311Packages.fastbencode: 0.2 -> 0.3.1

This commit is contained in:
R. Ryantm
2024-05-11 09:10:37 +00:00
parent 0c9055e823
commit 374183ce07
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "fastbencode";
version = "0.2";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-V465xHANZwXXH7yNfVe8os2Yfsos7B2ed7ngcC2x5W8=";
hash = "sha256-X+DLfRc2iRr2HSreQM6UiUHUbpCLFvU4P1XxJ4SNoZc=";
};
nativeBuildInputs = [