Skip to content

Commit

Permalink
python311Packages.snakemake: 8.11.3 -> 8.11.4 (#311726)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored May 14, 2024
1 parent 342e8db commit d1414f5
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.11.3";
version = "8.11.4";
format = "setuptools";

src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wNs5OW8bM5LU0Ik77VU47dEq2PlrsfNNtl6Zedocnm4=";
hash = "sha256-nfPA2sQCeRc12A4rrlo17UPpiB8plKYbiumZjS7Yhz8=";
# 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 d1414f5

Please sign in to comment.