diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-10-04 14:28:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 14:28:20 -0400 |
| commit | fb1c61ac6fefa814f878a61962aaaa2c36fb6376 (patch) | |
| tree | 62b31d0efb54ca87cf0341f9be4a4e6776029a29 | |
| parent | Merge pull request #259020 from fabaff/slack-sdk-bump (diff) | |
| parent | python3Packages.mrsqm: 0.0.4 -> 0.0.5 (diff) | |
| download | nixpkgs-fb1c61ac6fefa814f878a61962aaaa2c36fb6376.tar.gz | |
Merge pull request #258993 from mbalatsko/update-mrsqm-5
python3Packages.mrsqm: 0.0.4 -> 0.0.5
| -rw-r--r-- | pkgs/development/python-modules/mrsqm/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mrsqm/default.nix b/pkgs/development/python-modules/mrsqm/default.nix index 3bbe69f2d4e5..0168dc107144 100644 --- a/pkgs/development/python-modules/mrsqm/default.nix +++ b/pkgs/development/python-modules/mrsqm/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "mrsqm"; - version = "0.0.4"; + version = "0.0.5"; format = "setuptools"; disable = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-kg9GSgtBpnCF+09jyP5TRwZh0tifxx4WRtQGn8bLH8c="; + hash = "sha256-VlAbyTWQCj6fgndEPI1lQKvL+D6TJnqglIT8dRZyEWc="; }; buildInputs = [ fftw ]; |
