From: Scott Worley Date: Sat, 9 May 2026 08:06:32 +0000 (-0700) Subject: Release 1.1.1 X-Git-Tag: v1.1.1 X-Git-Url: http://git.scottworley.com/nix-pin-deps/commitdiff_plain/34734ac0aeabaa2685a8e44026dfbf8518835cda?ds=sidebyside;hp=93199b8c58b43817c134be73d7e9a5b5e319cbb5 Release 1.1.1 --- diff --git a/Changelog b/Changelog index 145705f..4e690e5 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,7 @@ ## [Unreleased] + + +## [1.1.1] - 2026-05-09 - nixpkgs 25.11 pyproject boilerplate diff --git a/default.nix b/default.nix index 260488c..e1f0864 100644 --- a/default.nix +++ b/default.nix @@ -13,7 +13,7 @@ pkgs.python3Packages.callPackage ( }: buildPythonPackage rec { pname = "nix-pin-deps"; - version = "1.1.0"; + version = "1.1.1"; src = lib.cleanSource ./.; pyproject = true; build-system = [ setuptools ]; diff --git a/setup.py b/setup.py index 9417ea7..2e00695 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='nix-pin-deps', - version='1.1.0', + version='1.1.1', description="gc-pin dependencies of a partially-built derivation", author="Scott Worley", author_email="scottworley@scottworley.com",