python3Packages.flowmc: 0.4.3 -> 0.4.4
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
# dependencies
|
||||
chex,
|
||||
coveralls,
|
||||
equinox,
|
||||
jax,
|
||||
jaxtyping,
|
||||
@@ -22,14 +21,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flowmc";
|
||||
version = "0.4.3";
|
||||
version = "0.4.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kazewong";
|
||||
repo = "flowMC";
|
||||
tag = "flowMC-${version}";
|
||||
hash = "sha256-M0FrIe7q0YI6f+IwQeMsZKahw9wcQd42hf/dmXJp2Fk=";
|
||||
hash = "sha256-hyrsL8agY+bNcRcEmgEtv97cFROgeLFxxtKTfx0HoH8=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
||||
Reference in New Issue
Block a user