quark-engine: 23.8.1 -> 23.9.1
Diff: https://github.com/quark-engine/quark-engine/compare/refs/tags/v23.8.1...v23.9.1 Changelog: https://github.com/quark-engine/quark-engine/releases/tag/v23.9.1
This commit is contained in:
parent
349bdd9653
commit
956d2e9fcf
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "quark-engine";
|
||||
version = "23.8.1";
|
||||
version = "23.9.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-sdhTrRh6xkkIDZDGE22hSr5dD179VWdMVs6L1cJ9yiw=";
|
||||
sha256 = "sha256-E9efhgMGN9lvMlFeZqo6xco75TtQsXULOzKX00pjqMM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue