python3Packages.iterable-io: 1.0.0 -> 1.0.1
https://github.com/pR0Ps/iterable-io/compare/refs/tags/v1.0.0...refs/tags/v1.0.1 https://github.com/pR0Ps/iterable-io/blob/refs/tags/v1.0.1/CHANGELOG.md
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "iterable-io";
|
||||
version = "1.0.0";
|
||||
version = "1.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "pR0Ps";
|
||||
repo = "iterable-io";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-+PSINKS7/FeGHYvkOASA5m+1pBpKfURfylZ8CwKijgA=";
|
||||
hash = "sha256-mS8x3M0DNnwW6Ov3TG8b2J702rjOnZT9r38fsIUXkro=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user