summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-01-15 09:37:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-01-15 09:37:56 +0100
commitcc3b636db3186a0fedaded60218aa8aeb81f8fe8 (patch)
tree456ffdf5824e5b4e4689afa2c7ed28cf853935e0
parentfd82d2bf83fd38b36b463f2c5f956fc3bf900995 (diff)
python3Packages.pscript: 0.7.6 -> 0.7.7update-python-pscript
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--pkgs/development/python-modules/pscript/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pscript/default.nix b/pkgs/development/python-modules/pscript/default.nix
index fae2c8a42818..221e9979711d 100644
--- a/pkgs/development/python-modules/pscript/default.nix
+++ b/pkgs/development/python-modules/pscript/default.nix
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "pscript";
- version = "0.7.6";
+ version = "0.7.7";
# PyPI tarball doesn't include tests directory
src = fetchFromGitHub {
owner = "flexxui";
repo = pname;
rev = "v${version}";
- sha256 = "169px5n4jjnpdn9y86f28qwd95bwf1q1rz0a1h3lb5nn5c6ym8c4";
+ sha256 = "sha256-AhVI+7FiWyH+DfAXnau4aAHJAJtsWEpmnU90ey2z35o=";
};
checkInputs = [