mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 09:47:32 +00:00
Merge pull request #297788 from r-ryantm/auto-update/strictdoc
strictdoc: 0.0.49 -> 0.0.51
This commit is contained in:
commit
dd813b1a6c
@ -5,14 +5,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "strictdoc";
|
||||
version = "0.0.49";
|
||||
version = "0.0.51";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "strictdoc-project";
|
||||
repo = "strictdoc";
|
||||
rev = version;
|
||||
hash = "sha256-WtDplupXBtq39oKyo31p5NgXMWtbWgxtpnKn4qCJz3I=";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-OFKWeFtVwZKh9KLeA3wiyqAkbPYEQy5/IeHLINkF1C0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user