summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
d3c5fb4)
I won't sign the tag for this release this time because of nixpkgs bugs:
https://github.com/NixOS/nixpkgs/issues/115145
https://github.com/NixOS/nixpkgs/issues/126848
I'll start signing tags again when a fix for this issue
(such as https://github.com/NixOS/nixpkgs/pull/283663 )
is in all stable nixpkgs channels.
+
+
+## [3.0.15] - 2024-03-21
- Fix a bash-ism in test.sh, which is #!/bin/sh
- Fix setup.py package description
- Simplify example invocation in README
- Fix a bash-ism in test.sh, which is #!/bin/sh
- Fix setup.py package description
- Simplify example invocation in README
, autopep8, makeWrapper, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
, autopep8, makeWrapper, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
- version = "3.0.15-pre";
src = lib.cleanSource ./.;
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ git-cache ];
src = lib.cleanSource ./.;
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ git-cache ];
description='PIN CHannels - a replacement for `nix-channel --update`',
author="Scott Worley",
author_email="scottworley@scottworley.com",
description='PIN CHannels - a replacement for `nix-channel --update`',
author="Scott Worley",
author_email="scottworley@scottworley.com",