Merge pull request #295981 from r-ryantm/auto-update/python311Packages.pastescript

python311Packages.pastescript: 3.4.0 -> 3.5.1
This commit is contained in:
Peder Bergebakken Sundt 2024-03-22 21:14:04 +01:00 committed by GitHub
commit f50811f37e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [