python311Packages.pastescript: 3.4.0 -> 3.5.1

This commit is contained in:
R. Ryantm 2024-03-18 12:51:38 +00:00
parent d0d9d40f13
commit 0673f7f42f
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pastescript";
version = "3.4.0";
version = "3.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PasteScript";
inherit version;
hash = "sha256-k0jvBlr/Is8ViMEt+wIMx1HGSC4hb4o8dRL6QKQ/kNw=";
hash = "sha256-zRtgbNReloT/20SL1tmq70IN0u/n5rYsbTc6Rv9DyDU=";
};
propagatedBuildInputs = [