python3Packages.socid-extractor: 0.0.28 -> 0.1.0
Diff: https://github.com/soxoj/socid-extractor/compare/v0.0.28...v0.1.0 Changelog: https://github.com/soxoj/socid-extractor/blob/v0.1.0/CHANGELOG.md
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "socid-extractor";
|
||||
version = "0.0.28";
|
||||
version = "0.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "soxoj";
|
||||
repo = "socid-extractor";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-eLdJw2teMG/DlG8F8p3nm+L2+iY1zD2QbNHjWAyjtPY=";
|
||||
hash = "sha256-ZYLoHFyRnSHP3Od/cMOx690KFbJoEYK3cICjzbSfLm0=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "beautifulsoup4" ];
|
||||
|
||||
Reference in New Issue
Block a user