poethepoet: 0.23.0 -> 0.24.0
Diff: https://github.com/nat-n/poethepoet/compare/v0.23.0...v0.24.0 Changelog: https://github.com/nat-n/poethepoet/releases/tag/v0.24.0
This commit is contained in:
@@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "poethepoet";
|
pname = "poethepoet";
|
||||||
version = "0.23.0";
|
version = "0.24.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nat-n";
|
owner = "nat-n";
|
||||||
repo = "poethepoet";
|
repo = "poethepoet";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-bT+lRPqR7mxfZSlOyhqCkpBE0etiLh0wkg62nyK751Q=";
|
hash = "sha256-fW457R8DvkHdgNcPatEf1nJNjMYTmliiRHrYyAAoZuo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user