python3Packages.iterable-io: 1.0.1 -> 1.0.4
https://github.com/pR0Ps/iterable-io/blob/refs/tags/v1.0.4/CHANGELOG.md https://github.com/pR0Ps/iterable-io/compare/refs/tags/v1.0.1...refs/tags/v1.0.4
This commit is contained in:
@@ -2,23 +2,23 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
hatchling,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "iterable-io";
|
||||
version = "1.0.1";
|
||||
version = "1.0.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pR0Ps";
|
||||
repo = "iterable-io";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-mS8x3M0DNnwW6Ov3TG8b2J702rjOnZT9r38fsIUXkro=";
|
||||
hash = "sha256-6qhizeRZONxEthkk468U6Lh7ES7kgWDBfwsdZm5tuX8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
nativeBuildInputs = [ hatchling ];
|
||||
|
||||
pythonImportsCheck = [ "iterableio" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user