summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-04 05:58:15 -0700
committerMaksym Balatsko <maksym.balatsko-ext@arista.com>2023-10-04 05:58:15 -0700
commit02360cbe6cedba1173168fe8c1a67fe94cdb0cb8 (patch)
tree3975da9d5eef1afe776bbcd55fa41d2025f22460
parentocamlPackages.ocp-index: 1.3.4 → 1.3.5 (diff)
downloadnixpkgs-02360cbe6cedba1173168fe8c1a67fe94cdb0cb8.tar.gz
python3Packages.mrsqm: 0.0.4 -> 0.0.5
-rw-r--r--pkgs/development/python-modules/mrsqm/default.nix4
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 ];