Skip to content

Commit

Permalink
python312Packages.arcam-fmj: 1.6.0 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 22, 2024
1 parent 5330b2a commit 01273d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/arcam-fmj/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

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

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "elupus";
repo = "arcam_fmj";
rev = "refs/tags/${version}";
hash = "sha256-nit+UjUxhkpaK758WLsNc9tcw1s1wdxq3x3etyVVgPk=";
tag = version;
hash = "sha256-dyIKKkJkeZn4ciZ97Xd4Wttr0r3AVwYGk+du4lEvW14=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 01273d9

Please sign in to comment.