0
0
Fork 0
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:
R. Ryantm 2025-05-10 08:27:43 +00:00 committed by Gaetan Lepage
parent fb297f0be8
commit e1dadb0c51

View file

@ -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 = [