summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-16 13:28:47 +0200
committerGitHub <noreply@github.com>2024-05-16 13:28:47 +0200
commit0410939cc3358e56be4329cb3b27d551ccf10834 (patch)
tree1e86f116846a548e9cd6f0ec387f857c57db247a /pkgs
parent09f16b07ea664d4a0ea75223c5d228c92c7ec414 (diff)
parentc4c53e055383e6a1ae20e3156dcd1d5e55df3f96 (diff)
Merge pull request #312170 from r-ryantm/auto-update/strictdoc
strictdoc: 0.0.54 -> 0.0.55
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/st/strictdoc/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/st/strictdoc/package.nix b/pkgs/by-name/st/strictdoc/package.nix
index d428d4638f21..3b1e2397407f 100644
--- a/pkgs/by-name/st/strictdoc/package.nix
+++ b/pkgs/by-name/st/strictdoc/package.nix
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "strictdoc";
- version = "0.0.54";
+ version = "0.0.55";
pyproject = true;
src = fetchFromGitHub {
owner = "strictdoc-project";
repo = "strictdoc";
rev = "refs/tags/${version}";
- hash = "sha256-gsZgvT3bSHxxFLhEqlHjoRZiYZwyFr377CGYWYOssyM=";
+ hash = "sha256-QIwDtOaqRq59zdF5IZ7xwas5LLYt98Vyv00HkgGgahM=";
};
nativeBuildInputs = [