python310Packages.socid-extractor: 0.0.24 -> 0.0.25

This commit is contained in:
R. Ryantm 2023-07-28 08:09:39 +00:00
parent 91d48bf4bd
commit 0f4b09d438

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "socid-extractor";
version = "0.0.24";
version = "0.0.25";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "soxoj";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-INewgfm+E2t4QfE+SRAm5a74AKsifNtnwC0WPBqPUns=";
hash = "sha256-3aqtuaecqtUcKLp+LRUct5aZb9mP0cE9xH91xWqtb1Q=";
};
propagatedBuildInputs = [