Merge pull request #160105 from r-ryantm/auto-update/python3.10-psygnal

python310Packages.psygnal: 0.3.0 -> 0.3.3
main
Ryan Mulligan 2 years ago committed by GitHub
commit bcab564e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/psygnal/default.nix

@ -13,12 +13,12 @@
}: buildPythonPackage rec
{
pname = "psygnal";
version = "0.3.0";
version = "0.3.3";
src = fetchFromGitHub {
owner = "tlambert03";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vrGym/V0cSGIjBWMWpDrPBijEOFayK1vdR02gsWzRvo=";
sha256 = "sha256-BQmcA1gD2i4sxROH+a7gStcNK1mXYVerIZ2y6gn8vI8=";
};
buildInputs = [ setuptools-scm ];
propagatedBuildInputs = [ typing-extensions ];

Loading…
Cancel
Save