about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-06 23:57:32 +0100
committerGitHub <noreply@github.com>2024-02-06 23:57:32 +0100
commit9571c47fbc1d2ba53a51bc6b18e436a64ab9363f (patch)
treed650b7509825d01512b546e28789a64aaa13bdb1 /pkgs/development
parent3f50801c6a869aecfb4cba5d5dfc395144ae2084 (diff)
parentce8999ae596f55ca66eda709ba245849a02a4800 (diff)
Merge pull request #284527 from r-ryantm/auto-update/python311Packages.scikit-rf
python311Packages.scikit-rf: 0.30.0 -> 0.31.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/scikit-rf/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/scikit-rf/default.nix b/pkgs/development/python-modules/scikit-rf/default.nix
index 6ab88fea48b87..bde55615e7bff 100644
--- a/pkgs/development/python-modules/scikit-rf/default.nix
+++ b/pkgs/development/python-modules/scikit-rf/default.nix
@@ -32,7 +32,7 @@
 
 buildPythonPackage rec {
   pname = "scikit-rf";
-  version = "0.30.0";
+  version = "0.31.0";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
     owner = "scikit-rf";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-rJjuraiTvCmZgz8ysFBbYPowkLIuwt8RaFNl+gDSfLk=";
+    hash = "sha256-MSFlajXdNZ/BfTLuegy+T9iNFdXk/TWN8J3TcYbYLbI=";
   };
 
   buildInputs = [