Skip to content

Commit

Permalink
python312Packages.formulaic: 1.0.2 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 26, 2024
1 parent 9ceb117 commit c9d70e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/formulaic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@

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

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "matthewwardrop";
repo = "formulaic";
rev = "refs/tags/v${version}";
hash = "sha256-1Ygu4o6RXXTnvve8XZi+QMhCjvUyMspYWTyUH3p6+dg=";
tag = "v${version}";
hash = "sha256-7vmnibL0PMZWL/unUQxN4GtLPSYKmGnhDNtE5GRDFHk=";
};

env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand Down

0 comments on commit c9d70e0

Please sign in to comment.