Skip to content

Commit

Permalink
python312Packages.arcam-fmj: 1.5.2 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 20, 2024
1 parent b413874 commit e87d0d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/arcam-fmj/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "arcam-fmj";
version = "1.5.2";
version = "1.6.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "elupus";
repo = "arcam_fmj";
rev = "refs/tags/${version}";
hash = "sha256-hBoUxY+xtW04UPUG2P8A8QQbHxGk0bjcrtXis6nlaGg=";
hash = "sha256-nit+UjUxhkpaK758WLsNc9tcw1s1wdxq3x3etyVVgPk=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit e87d0d7

Please sign in to comment.