mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.flowjax: 17.1.1 -> 17.1.2
This commit is contained in:
parent
fb297f0be8
commit
e1dadb0c51
1 changed files with 2 additions and 2 deletions
|
@ -23,14 +23,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "flowjax";
|
||||
version = "17.1.1";
|
||||
version = "17.1.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "danielward27";
|
||||
repo = "flowjax";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-CLtkO7Lr+FpC/RHnqDSmevpJ3/3EfuILrQSbcdNTqsI=";
|
||||
hash = "sha256-NTP5QFJDe4tSAuHsQB4ZWyCcqLgW6uUaABfOG/TFgu0=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue