Skip to content

Commit

Permalink
snakemake: 8.10.7 -> 8.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Apr 28, 2024
1 parent fff67af commit f2c7ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/snakemake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "snakemake";
version = "8.10.7";
version = "8.11.0";
format = "setuptools";

src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-tRjyv7pTTTDj3LrcIP3OWOX+9FldHV6rtbPdOYr70E4=";
hash = "sha256-bAzhQMGI4t/ftcZnz6h/PmlDlGgMU8vFVHb9QXED/Hw=";
# https://github.com/python-versioneer/python-versioneer/issues/217
postFetch = ''
sed -i "$out"/snakemake/_version.py -e 's#git_refnames = ".*"#git_refnames = " (tag: v${version})"#'
Expand Down

0 comments on commit f2c7ecb

Please sign in to comment.