Skip to content

Commit

Permalink
python312Packages.gsd: 3.3.2 -> 3.4.0 (NixOS#349739)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Oct 29, 2024
2 parents 2c6bbd9 + c416b13 commit 3585030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gsd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "gsd";
version = "3.3.2";
version = "3.4.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "glotzerlab";
repo = "gsd";
rev = "refs/tags/v${version}";
hash = "sha256-4NxZPu4DrwQW6qHeYairefabfN7J0+48tvVwi6ti4vk=";
hash = "sha256-4HJZZ5UUENHhKePfau6KT4E4qA9YCGpe/IMLyf5egsk=";
};

build-system = [
Expand Down

0 comments on commit 3585030

Please sign in to comment.