summary refs log tree commit diff
path: root/pkgs/development/python-modules/qiskit-nature
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 02:44:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-12 02:44:46 +0000
commitaf55186fbfeda20e335fc132a472e2a31123da83 (patch)
tree641f359bb316c35e0e9cfc1f225d8388515592c6 /pkgs/development/python-modules/qiskit-nature
parent8fdd33cfc443ad15876675475d52b4de2de58d3f (diff)
downloadnixpkgs-af55186fbfeda20e335fc132a472e2a31123da83.tar
nixpkgs-af55186fbfeda20e335fc132a472e2a31123da83.tar.gz
nixpkgs-af55186fbfeda20e335fc132a472e2a31123da83.tar.bz2
nixpkgs-af55186fbfeda20e335fc132a472e2a31123da83.tar.lz
nixpkgs-af55186fbfeda20e335fc132a472e2a31123da83.tar.xz
nixpkgs-af55186fbfeda20e335fc132a472e2a31123da83.tar.zst
nixpkgs-af55186fbfeda20e335fc132a472e2a31123da83.zip
python310Packages.qiskit-nature: 0.3.0 -> 0.3.1
Diffstat (limited to 'pkgs/development/python-modules/qiskit-nature')
-rw-r--r--pkgs/development/python-modules/qiskit-nature/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/qiskit-nature/default.nix b/pkgs/development/python-modules/qiskit-nature/default.nix
index 00a0a1252c4..2693daa6ead 100644
--- a/pkgs/development/python-modules/qiskit-nature/default.nix
+++ b/pkgs/development/python-modules/qiskit-nature/default.nix
@@ -21,7 +21,7 @@
 
 buildPythonPackage rec {
   pname = "qiskit-nature";
-  version = "0.3.0";
+  version = "0.3.1";
 
   disabled = pythonOlder "3.6";
 
@@ -29,7 +29,7 @@ buildPythonPackage rec {
     owner = "qiskit";
     repo = pname;
     rev = version;
-    sha256 = "1lr198l2z9j1hw389vv6mgz6djkq4bw91r0hif58jpg8w6kmzsx9";
+    sha256 = "sha256-EkYppEOQGmRIxKC4ArXZb0b+p1gPGnP6AU8LbEbOpPo=";
   };
 
   propagatedBuildInputs = [