python3Packages.flowmc: 0.4.4 -> 0.4.5
Diff: https://github.com/kazewong/flowMC/compare/refs/tags/flowMC-0.4.4...flowMC-0.4.5 Changelog: https://github.com/kazewong/flowMC/releases/tag/flowMC-0.4.5
This commit is contained in:
parent
90293bb42f
commit
81124a7323
@ -21,14 +21,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flowmc";
|
||||
version = "0.4.4";
|
||||
version = "0.4.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kazewong";
|
||||
repo = "flowMC";
|
||||
tag = "flowMC-${version}";
|
||||
hash = "sha256-hyrsL8agY+bNcRcEmgEtv97cFROgeLFxxtKTfx0HoH8=";
|
||||
hash = "sha256-D3K9cvmUvwsVAjvXdSDgYlqrzTYXVlSVQbfx7TANz8A=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user