From e56d6a7d1a307d021132cb696d7d0778f7575870 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 13 Feb 2025 15:50:06 +0100 Subject: [PATCH] python313Packages.arcam-fmj: 1.7.0 -> 1.8.0 Diff: https://github.com/elupus/arcam_fmj/compare/refs/tags/1.7.0...1.8.0 Changelog: https://github.com/elupus/arcam_fmj/releases/tag/1.8.0 --- pkgs/development/python-modules/arcam-fmj/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/arcam-fmj/default.nix b/pkgs/development/python-modules/arcam-fmj/default.nix index 76b558bd32d1..e7d6d11e9708 100644 --- a/pkgs/development/python-modules/arcam-fmj/default.nix +++ b/pkgs/development/python-modules/arcam-fmj/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "arcam-fmj"; - version = "1.7.0"; + version = "1.8.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "elupus"; repo = "arcam_fmj"; tag = version; - hash = "sha256-dyIKKkJkeZn4ciZ97Xd4Wttr0r3AVwYGk+du4lEvW14="; + hash = "sha256-G+TbZ95KiAunvzhpY6IRZy6xrBn4ceZwixZw37KB298="; }; build-system = [ setuptools ];