Skip to content

Commit

Permalink
Merge pull request #326711 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.formulaic

python312Packages.formulaic: 1.0.1 -> 1.0.2
  • Loading branch information
natsukium authored Jul 14, 2024
2 parents 2bb894b + 7f0ab09 commit dc53c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/formulaic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "formulaic";
version = "1.0.1";
version = "1.0.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "matthewwardrop";
repo = "formulaic";
rev = "refs/tags/v${version}";
hash = "sha256-qivWv1LtFkW55tVKD/Zjd8Q5gVbxhDpZ0inkV6NR7bA=";
hash = "sha256-1Ygu4o6RXXTnvve8XZi+QMhCjvUyMspYWTyUH3p6+dg=";
};

env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand Down

0 comments on commit dc53c7e

Please sign in to comment.