about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang2023-03-29 00:37:13 +0300
committerGitHub2023-03-29 00:37:13 +0300
commit66c8151c59057366f0e10cefc878c04a25c1e1ad (patch)
tree63a64e9518b6c3d291e56e49a6542588e960fed1
parent6acb6900ef5c74cb4b1ade8dea98332779da6962 (diff)
parentb5e8c47696600a719a14a83f870e906d5458c193 (diff)
Merge pull request #223184 from r-ryantm/auto-update/python310Packages.pydy
python310Packages.pydy: 0.6.0 -> 0.7.1
-rw-r--r--pkgs/development/python-modules/pydy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pydy/default.nix b/pkgs/development/python-modules/pydy/default.nix
index 69314340cd1d..caa013f22688 100644
--- a/pkgs/development/python-modules/pydy/default.nix
+++ b/pkgs/development/python-modules/pydy/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "pydy";
-  version = "0.6.0";
+  version = "0.7.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-e/Ssfd5llioA7ccLULlRdHR113IbR4AJ4/HmzQuU7vI=";
+    hash = "sha256-aaRinJMGR8v/OVkeSp1hA4+QLOrmDWq50wvA6b/suvk=";
   };
 
   propagatedBuildInputs = [